From fdd3f1d028eed3a886dae0c5635ddd70ca12b206 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 26 Mar 2002 10:10:12 +0000 Subject: [PATCH] 0.7.2.2: Merge NJF fixup-preproc patch from sbcl-devel 2002-03-25 --- src/runtime/alloc.h | 2 +- src/runtime/gc.h | 2 +- src/runtime/globals.h | 6 +++--- version.lisp-expr | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 178ad6f..fe7aef3 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -19,4 +19,4 @@ extern lispobj alloc_number(long n); extern lispobj alloc_string(char *str); extern lispobj alloc_sap(void *ptr); -#endif _ALLOC_H_ +#endif /* _ALLOC_H_ */ diff --git a/src/runtime/gc.h b/src/runtime/gc.h index 8861fec..7a2fec1 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -30,4 +30,4 @@ extern void collect_garbage(unsigned last_gen); extern void set_auto_gc_trigger(os_vm_size_t usage); extern void clear_auto_gc_trigger(void); -#endif _GC_H_ +#endif /* _GC_H_ */ diff --git a/src/runtime/globals.h b/src/runtime/globals.h index 495e855..fecc363 100644 --- a/src/runtime/globals.h +++ b/src/runtime/globals.h @@ -34,7 +34,7 @@ extern lispobj *current_dynamic_space; extern void globals_init(void); -#else LANGUAGE_ASSEMBLY +#else /* LANGUAGE_ASSEMBLY */ #ifdef mips #define EXTERN(name,bytes) .extern name bytes @@ -78,6 +78,6 @@ EXTERN(current_dynamic_space, 4) EXTERN(current_flags_register, 4) #endif -#endif LANGUAGE_ASSEMBLY +#endif /* LANGUAGE_ASSEMBLY */ -#endif _INCLUDED_GLOBALS_H_ +#endif /* _INCLUDED_GLOBALS_H_ */ diff --git a/version.lisp-expr b/version.lisp-expr index 13b12a8..45ed2cb 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.2.1" +"0.7.2.2" -- 1.7.10.4