typo
authorbdemsky <bdemsky>
Thu, 14 Dec 2006 22:00:00 +0000 (22:00 +0000)
committerbdemsky <bdemsky>
Thu, 14 Dec 2006 22:00:00 +0000 (22:00 +0000)
Robust/src/Runtime/runtime.h

index 13b2f3df90e7edd9c473209f871eb5b439ff5e9c..03f0ddb52a6a25306dda454c34df6fef863b8e09 100644 (file)
@@ -10,7 +10,7 @@ void * allocate_new(void *, int type);
 struct ArrayObject * allocate_newarray(void *, int type, int length);
 struct ___String___ * NewString(void *, const char *str,int length);
 #else
-void * allocate_new(struct int type);
+void * allocate_new(int type);
 struct ArrayObject * allocate_newarray(int type, int length);
 struct ___String___ * NewString(const char *str,int length);
 #endif