summaryrefslogtreecommitdiff
path: root/tests/test-prefix-r/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-prefix-r/scanner.l')
-rw-r--r--tests/test-prefix-r/scanner.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-prefix-r/scanner.l b/tests/test-prefix-r/scanner.l
index 4accbe3..4c25982 100644
--- a/tests/test-prefix-r/scanner.l
+++ b/tests/test-prefix-r/scanner.l
@@ -68,8 +68,10 @@
}
%%
+int main(void);
+
int
-main ( int argc, char** argv )
+main ()
{
yyscan_t scanner;
FOOlex_init( &scanner);