summaryrefslogtreecommitdiff
path: root/tests/test-pthread/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pthread/scanner.l')
-rw-r--r--tests/test-pthread/scanner.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-pthread/scanner.l b/tests/test-pthread/scanner.l
index 8603873..61434f3 100644
--- a/tests/test-pthread/scanner.l
+++ b/tests/test-pthread/scanner.l
@@ -42,7 +42,8 @@
#endif
/* A naive test for segfaults when accessing yytext. */
-static int process_text(char* s, yyscan_t scanner);
+/* static int process_text(char* s, yyscan_t scanner); FIXME ? */
+static int process_text(char* s, void * scanner);
%}