0.7.2.2:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 26 Mar 2002 10:10:12 +0000 (10:10 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 26 Mar 2002 10:10:12 +0000 (10:10 +0000)
Merge NJF fixup-preproc patch from sbcl-devel 2002-03-25

src/runtime/alloc.h
src/runtime/gc.h
src/runtime/globals.h
version.lisp-expr

index 178ad6f..fe7aef3 100644 (file)
@@ -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_ */
index 8861fec..7a2fec1 100644 (file)
@@ -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_ */
index 495e855..fecc363 100644 (file)
@@ -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_ */
index 13b12a8..45ed2cb 100644 (file)
@@ -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"