(binary-arch): remove NEWS.
[lilypond.git] / lexer-gcc-3.0.patch
blob00e1ccc46ebb2c2b8f160e286dcb3cdc87cd078c
1 # Patch file documenting fix for flex-2.5.4 and gcc-3.x
3 # For usage of this patch, see INSTALL.txt
5 --- ./lily/out-gcc-3.0/lexer.cc~ Tue Jun 26 13:12:26 2001
6 +++ ./lily/out-gcc-3.0/lexer.cc Tue Jun 26 13:11:56 2001
7 @@ -21,7 +21,7 @@
8 #ifdef __cplusplus
10 #include <stdlib.h>
11 -class istream;
12 +#include <iostream>
13 #include <unistd.h>
15 /* Use prototypes in function declarations. */