[Gd-chatter] r10995 - trunk/fundev/sources/dfmc/c-run-time
rayiner at gwydiondylan.org
rayiner at gwydiondylan.org
Mon Nov 27 18:38:55 CET 2006
Author: rayiner
Date: Mon Nov 27 18:38:53 2006
New Revision: 10995
Modified:
trunk/fundev/sources/dfmc/c-run-time/run-time.c
Log:
Job: fd
- Removed some extraneous declarations
Modified: trunk/fundev/sources/dfmc/c-run-time/run-time.c
==============================================================================
--- trunk/fundev/sources/dfmc/c-run-time/run-time.c (original)
+++ trunk/fundev/sources/dfmc/c-run-time/run-time.c Mon Nov 27 18:38:53 2006
@@ -94,13 +94,6 @@
return(header);
}
-extern void *malloc(size_t size);
-extern void free(void *p);
-extern void *GC_malloc(size_t size);
-extern void *GC_realloc(void *mem, size_t size);
-extern void GC_gcollect(void);
-extern long GC_get_heap_size(void);
-
void primitive_mps_collect (DBOOL ignored) {
ignore(ignored);
GC_gcollect();
@@ -4692,7 +4685,7 @@
IKJboole_ior_ = primitive_string_as_symbol(&bs_boole_ior_);
max_stack_size = INITIAL_MAX_STACK_SIZE;
bottom_of_stack = (unsigned long)&stack_marker;
- pseudo_stdout = (D)stdout;
+ pseudo_stdout = (D)stdout;
}
}
More information about the chatter
mailing list