]> git.donarmstrong.com Git - lilypond.git/blob - darwin.patch
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / darwin.patch
1 --- lily/out/parser.hh.orig     Tue Mar 12 16:10:02 2002
2 +++ lily/out/parser.hh  Tue Mar 12 16:23:58 2002
3 @@ -14,7 +14,7 @@
4  
5      Request * request;
6  
7 -    //* We use SCMs to do strings, because it saves us the trouble of
8 +    /* We use SCMs to do strings, because it saves us the trouble of
9  deleting them.  Let's hope that a stack overflow doesnt trigger a move
10  of the parse stack onto the heap. */
11  
12 --- lily/out/parser.cc.orig     Tue Mar 12 16:08:40 2002
13 +++ lily/out/parser.cc  Tue Mar 12 16:16:02 2002
14 @@ -227,7 +227,7 @@
15  
16  
17  // needed for bison.simple's malloc () and free ()
18 -#include <malloc.h>
19 +#include <stdlib.h>
20  
21  #ifndef NDEBUG
22  #define YYDEBUG 1
23 @@ -258,7 +258,7 @@
24  
25      Request * request;
26  
27 -    //* We use SCMs to do strings, because it saves us the trouble of
28 +    /* We use SCMs to do strings, because it saves us the trouble of
29  deleting them.  Let's hope that a stack overflow doesnt trigger a move
30  of the parse stack onto the heap. */
31  
32      SCM scm;