0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / runtime / parse.h
index 1258544..510f91f 100644 (file)
@@ -9,10 +9,6 @@
  * files for more information.
  */
 
-/*
- * $Header$
- */
-
 /* All parse routines take a char ** as their only argument */
 extern boolean more_p(char **ptr);
 extern char *parse_token(char **ptr);