0.7.4.18: Fixing Alpha fixes
[sbcl.git] / src / runtime / alloc.h
index 5cfd2d8..fe7aef3 100644 (file)
@@ -9,10 +9,6 @@
  * files for more information.
  */
 
-/*
- * $Header$
- */
-
 #ifndef _ALLOC_H_
 #define _ALLOC_H_
 
@@ -23,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_ */