diff options
Diffstat (limited to 'x11-toolkits/slingshot/files/patch-lex.yy.c')
-rw-r--r-- | x11-toolkits/slingshot/files/patch-lex.yy.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/slingshot/files/patch-lex.yy.c b/x11-toolkits/slingshot/files/patch-lex.yy.c deleted file mode 100644 index f2d202bca317..000000000000 --- a/x11-toolkits/slingshot/files/patch-lex.yy.c +++ /dev/null @@ -1,17 +0,0 @@ ---- examples/tree/lex.yy.c.orig Tue Apr 15 11:56:25 2003 -+++ examples/tree/lex.yy.c Tue Apr 15 11:57:27 2003 -@@ -1,4 +1,5 @@ - #include <stdio.h> -+#include <unistd.h> - # define U(x) x - # define NLSTATE yyprevious=YYNEWLINE - # define BEGIN yybgin = yysvec + 1 + -@@ -66,7 +67,7 @@ - int yymorfg; - extern char *yysptr, yysbuf[]; - int yytchar; --FILE *yyin = {stdin}, *yyout = {stdout}; -+FILE *yyin = STDIN_FILENO, *yyout = STDOUT_FILENO; - extern int yylineno; - struct yysvf { - struct yywork *yystoff; |