aboutsummaryrefslogtreecommitdiff
path: root/src/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.l')
-rw-r--r--src/lex.l8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lex.l b/src/lex.l
index cd109a28..7146a403 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -176,8 +176,12 @@ ICONST {LOCUS}|{VCONST}|__statedir__|__preproc__
block.
The bug report with a patch was sent to bug-m4@gnu.org on
- 2007-05-24. Hopefully they'll fix it.
- */
+ 2007-05-24:
+
+ http://lists.gnu.org/archive/html/bug-m4/2007-05/msg00018.html
+
+ Hopefully it will be fixed in the next release.
+ */
<INITIAL,COMMENT>^[ \t]*#[ \t]*line[ \t].*\n {
struct locus newloc;
memset(&newloc, 0, sizeof newloc);

Return to:

Send suggestions and report system problems to the System administrator.