projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6fb3a
)
typo
author
bdemsky
<bdemsky>
Thu, 14 Dec 2006 22:00:00 +0000
(22:00 +0000)
committer
bdemsky
<bdemsky>
Thu, 14 Dec 2006 22:00:00 +0000
(22:00 +0000)
Robust/src/Runtime/runtime.h
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/runtime.h
b/Robust/src/Runtime/runtime.h
index 13b2f3df90e7edd9c473209f871eb5b439ff5e9c..03f0ddb52a6a25306dda454c34df6fef863b8e09 100644
(file)
--- a/
Robust/src/Runtime/runtime.h
+++ b/
Robust/src/Runtime/runtime.h
@@
-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