blob: c9597edcf735e3544ba9862be6b8ce9e1d5b8191 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- grammar/lexer.l.ori 2012-12-31 21:57:37.000000000 -0700
+++ grammar/lexer.l 2012-12-31 21:57:51.000000000 -0700
@@ -88,7 +88,7 @@
/* somehow, I need these prototype even though the headers are
* included. I guess that's some autotools magic I don't understand...
*/
-int fileno(FILE *stream);
+//int fileno(FILE *stream);
%}
|