summaryrefslogtreecommitdiff
path: root/src/testpattern/testpatternl.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/testpattern/testpatternl.l')
-rw-r--r--src/testpattern/testpatternl.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testpattern/testpatternl.l b/src/testpattern/testpatternl.l
index c2f5803..16cb38c 100644
--- a/src/testpattern/testpatternl.l
+++ b/src/testpattern/testpatternl.l
@@ -1,5 +1,5 @@
/*
- * "$Id: testpatternl.l,v 1.26 2010/09/06 17:08:39 rlk Exp $"
+ * "$Id: testpatternl.l,v 1.27 2012/05/11 13:16:12 rlk Exp $"
*
* Test pattern generator for Gimp-Print
*
@@ -35,6 +35,8 @@
int mylineno = 1;
+extern YYSTYPE yylval;
+
static char *
c_strstrip(char *s)
{