X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fgc.h;h=7a2fec15b7a190349e3bee44f7fb274c282302e1;hb=94ac5b7c3ff37850210b6fc9a7593cf1c5752993;hp=3ebed77ff4b85e772fe85ad542a8f3fe327358cf;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index 3ebed77..7a2fec1 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -13,10 +13,6 @@ * files for more information. */ -/* - * $Header$ - */ - #ifndef _GC_H_ #define _GC_H_ @@ -29,13 +25,9 @@ extern void gc_init(void); * adds another GC, or ports one of the other CMU CL GCs like gengc. */ extern void collect_garbage(unsigned last_gen); -#ifndef ibmrt - #include "os.h" extern void set_auto_gc_trigger(os_vm_size_t usage); extern void clear_auto_gc_trigger(void); -#endif ibmrt - -#endif _GC_H_ +#endif /* _GC_H_ */