aboutsummaryrefslogtreecommitdiff
path: root/src/grecs-lex.l
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:46:31 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:46:31 +0300
commit03c385e51d8c0cdfb81abaec2be7111b41a9bc3a (patch)
tree11e7d224ffe09a552a6196813dcba25f5a46c59a /src/grecs-lex.l
parent2440853f0a440667cd65b63c08d2d04dddc79ea5 (diff)
downloadgrecs-03c385e51d8c0cdfb81abaec2be7111b41a9bc3a.tar.gz
grecs-03c385e51d8c0cdfb81abaec2be7111b41a9bc3a.tar.bz2
Update
* src/grecs-lex.l (%top): Include config.h (requires flex >= 2.5.30) * src/wordsplit.c: Include stdio.h
Diffstat (limited to 'src/grecs-lex.l')
-rw-r--r--src/grecs-lex.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index 49c9435..02fea45 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -1,4 +1,9 @@
/* grecs - Gray's Extensible Configuration System -*- c -*- */
+%top {
+#ifndef HAVE_CONFIG_H
+# include <config.h>
+#endif
+}
%{
/* grecs - Gray's Extensible Configuration System
Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.