X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fparse.h;h=510f91febb22ef9f005608681f4fec3a4202fdab;hb=0e2c926fea68a32c8ec58f12daa0c2b5befef1d4;hp=1258544a9e482136e21c8518a73882a376a0a6ff;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/parse.h b/src/runtime/parse.h index 1258544..510f91f 100644 --- a/src/runtime/parse.h +++ b/src/runtime/parse.h @@ -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);