(tracingvariables): add TODO.
[lilypond.git] / darwin.patch
blobf50c32de44462aeaea9cdc08311ee2b3ff71d0e5
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 @@
5 Request * request;
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. */
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 @@
17 // needed for bison.simple's malloc () and free ()
18 -#include <malloc.h>
19 +#include <stdlib.h>
21 #ifndef NDEBUG
22 #define YYDEBUG 1
23 @@ -258,7 +258,7 @@
25 Request * request;
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. */
32 SCM scm;