File: darwin.patch

package info (click to toggle)
lilypond 2.2.6-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,260 kB
  • ctags: 7,622
  • sloc: cpp: 47,787; lisp: 11,217; python: 11,203; sh: 3,290; yacc: 2,011; lex: 831; perl: 373; ansic: 309; makefile: 132; csh: 8
file content (32 lines) | stat: -rw-r--r-- 971 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- lily/out/parser.hh.orig	Tue Mar 12 16:10:02 2002
+++ lily/out/parser.hh	Tue Mar 12 16:23:58 2002
@@ -14,7 +14,7 @@
 
     Request * request;
 
-    //* We use SCMs to do strings, because it saves us the trouble of
+    /* We use SCMs to do strings, because it saves us the trouble of
 deleting them.  Let's hope that a stack overflow doesnt trigger a move
 of the parse stack onto the heap. */
 
--- lily/out/parser.cc.orig	Tue Mar 12 16:08:40 2002
+++ lily/out/parser.cc	Tue Mar 12 16:16:02 2002
@@ -227,7 +227,7 @@
 
 
 // needed for bison.simple's malloc () and free ()
-#include <malloc.h>
+#include <stdlib.h>
 
 #ifndef NDEBUG
 #define YYDEBUG 1
@@ -258,7 +258,7 @@
 
     Request * request;
 
-    //* We use SCMs to do strings, because it saves us the trouble of
+    /* We use SCMs to do strings, because it saves us the trouble of
 deleting them.  Let's hope that a stack overflow doesnt trigger a move
 of the parse stack onto the heap. */
 
     SCM scm;