Keisuke Nishida
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
2001-03-09 23:33:41 +00:00
Marius Vollmer
5159b33653
Corrected indentation of new #if stuff.
2001-02-15 15:38:26 +00:00
Marius Vollmer
bc286d9f8e
* gc_os_dep.c: Do not include <linux/version.h>. It makes no
...
sense to compile for a specific kernel version. Do not include
<asm/signal.h> while defining __KERNEL__. This hack should no
longer be needed and caused problems.
2001-02-13 18:37:19 +00:00
Marius Vollmer
70f9533342
* gc_os_dep.c (scm_get_stack_base) [MSWIN32]: Added detection of
...
page size on the w32 architecture. Updated from Boehms gc5.2.
Thanks to Lars J. Aas!
2000-12-11 18:09:07 +00:00
Marius Vollmer
a3487916d0
* gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE):
...
Definitions copied from Boehm collector.
2000-10-18 18:27:55 +00:00
Marius Vollmer
155415a56d
* gc_os_dep.c: Added real implementation based on code from Boehms
...
collector. This is not well tested yet.
2000-10-11 19:23:52 +00:00
Marius Vollmer
9500b5b950
New file.
2000-09-03 20:27:17 +00:00