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
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
17 // needed for bison.simple's malloc () and free ()
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. */