aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:49:08 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 18:49:08 +0300
commit81cb83867134aa3ac5a0de4bc76356917ebfd898 (patch)
treeb7f4fbe113722dc8c9c9cbc9e8b5bc44810e801e /src
parentc82b7d90fdf12cadb29dcfe177c5638c04ed544c (diff)
downloadpies-81cb83867134aa3ac5a0de4bc76356917ebfd898.tar.gz
pies-81cb83867134aa3ac5a0de4bc76356917ebfd898.tar.bz2
Updates.
* src/meta1lex.l (%top): Include config.h to accomodate for the latest gnulib. This requires flex >= 2.5.30 * grecs: Upgrade.
Diffstat (limited to 'src')
-rw-r--r--src/meta1lex.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/meta1lex.l b/src/meta1lex.l
index 0f08d87..a05c854 100644
--- a/src/meta1lex.l
+++ b/src/meta1lex.l
@@ -1,3 +1,8 @@
+%top {
+#ifndef HAVE_CONFIG_H
+# include <config.h>
+#endif
+}
%{
/* MeTA1 configuration lexer for Pies.
Copyright (C) 2008, 2009 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.