]> git.donarmstrong.com Git - lilypond.git/blob - lexer-gcc-3.0.patch
test
[lilypond.git] / lexer-gcc-3.0.patch
1 # Patch file documenting fix for flex-2.5.4 and gcc-3.x
2 #
3 # For usage of this patch, see INSTALL.txt
4
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
9  
10  #include <stdlib.h>
11 -class istream;
12 +#include <iostream>
13  #include <unistd.h>
14  
15  /* Use prototypes in function declarations. */