diff src/lex.l @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 7ba9ad1fec11
children 2a9089b47dc2
line wrap: on
line diff
--- a/src/lex.l	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/lex.l	Mon Apr 24 19:13:11 2006 +0000
@@ -168,7 +168,7 @@
 // information.  This has to appear before lex.h is included, because
 // one of the macros defined there uses token_stack.
 //
-// XXX FIXME XXX -- this should really be static, but that causes
+// FIXME -- this should really be static, but that causes
 // problems on some systems.
 std::stack <token*> token_stack;
 
@@ -1235,7 +1235,7 @@
 
 // Grab the help text from an function file.
 
-// XXX FIXME XXX -- gobble_leading_white_space() in parse.y
+// FIXME -- gobble_leading_white_space() in parse.y
 // duplicates some of this code!
 
 static std::string