summaryrefslogtreecommitdiff
path: root/tests/test-include-by-reentrant/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-include-by-reentrant/scanner.l')
-rw-r--r--tests/test-include-by-reentrant/scanner.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test-include-by-reentrant/scanner.l b/tests/test-include-by-reentrant/scanner.l
index 8d23681..aaff8c2 100644
--- a/tests/test-include-by-reentrant/scanner.l
+++ b/tests/test-include-by-reentrant/scanner.l
@@ -77,9 +77,7 @@
int main (int argc, char** argv);
int
-main ( argc, argv )
- int argc;
- char ** argv;
+main (int argc, char ** argv)
{
FILE * fp;
yyscan_t scanner;