23 lines
397 B
Text
23 lines
397 B
Text
$NetBSD: patch-music_c,v 1.2 2012/11/19 03:04:22 joerg Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- music.c.orig 2006-01-06 22:49:30.000000000 +0000
|
|
+++ music.c
|
|
@@ -5,6 +5,7 @@
|
|
*/
|
|
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
|
|
#include "jcabc2ps.h"
|
|
@@ -5155,7 +5156,7 @@ void doLine(fp,type,xref_str,npat,pat,se
|
|
}
|
|
}
|
|
|
|
-dummy() {return;}
|
|
+void dummy() {return;}
|
|
|
|
Str line = {0};
|
|
|