blob: e843d70477fe578e240cd7f37d69fdd99f2a2ac5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/html.c.orig 2015-08-19 11:12:02 UTC
+++ src/html.c
@@ -866,9 +866,6 @@ int yy_flex_debug = 0;
char *yytext;
#line 1 "html.l"
#line 4 "html.l"
-#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
-extern int fileno(FILE *file);
-#endif
#include <stdio.h>
#include <string.h>
|