aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser')
-rw-r--r--c_parser/src/c_lexer.flex2
1 files changed, 0 insertions, 2 deletions
diff --git a/c_parser/src/c_lexer.flex b/c_parser/src/c_lexer.flex
index c8ca90a..91b35a9 100644
--- a/c_parser/src/c_lexer.flex
+++ b/c_parser/src/c_lexer.flex
@@ -1,8 +1,6 @@
%option noyywrap
%{
-// Avoid error "error: fileno was not declared in this scope"
-extern "C" int fileno(FILE *stream);
#include "c_parser.tab.hpp"