* Removed all Id tags.
[cacao.git] / src / vmcore / statistics.h
index 4d4c9a68b5345022d02e56c15c73339b4cf89190..82e23d7e99359d6575fdd3018e8b1a4f474bf9db 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: statistics.h 8094 2007-06-16 01:15:41Z ajordan $
-
 */
 
 
@@ -106,6 +104,8 @@ extern s4 size_lock_record;
 extern s4 size_lock_hashtable;
 extern s4 size_lock_waiter;
 
+extern s4 size_patchref;
+
 extern u8 count_calls_java_to_native;
 extern u8 count_calls_native_to_java;