aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-04 23:31:00 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-04 23:31:00 +0200
commit64c343ff8f11c8379ec21916ba915a2894495797 (patch)
tree5e403b8fc39b97f534aece130c54695fd62ed7f7
parentbfc93d7aa82a05c493dd9f3701730bce56479a99 (diff)
downloadpies-64c343ff8f11c8379ec21916ba915a2894495797.tar.gz
pies-64c343ff8f11c8379ec21916ba915a2894495797.tar.bz2
Bugfix.
* src/meta1lex.l: Fix mistyped preproc directive.
-rw-r--r--src/meta1lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta1lex.l b/src/meta1lex.l
index 7faaf41..24fba11 100644
--- a/src/meta1lex.l
+++ b/src/meta1lex.l
@@ -19,7 +19,7 @@
/* This file implements a lexical analyzer for MeTA1 main configuration file.
*/
-#ifndef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
}

Return to:

Send suggestions and report system problems to the System administrator.