summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-4.0.0-rc1-PATCHES/patch-01-protos
blob: f4efe78f7fc8f338d8717ba7eb7bfdaeb66fcb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -ur gregorio-4.0.0-rc1.orig/src/gabc/gabc-score-determination.y gregorio-4.0.0-rc1/src/gabc/gabc-score-determination.y
--- gregorio-4.0.0-rc1.orig/src/gabc/gabc-score-determination.y	2015-10-09 03:44:39.000000000 +0200
+++ gregorio-4.0.0-rc1/src/gabc/gabc-score-determination.y	2015-10-09 09:50:00.000000000 +0200
@@ -412,7 +412,7 @@
     current_syllable->translation_type = TR_NORMAL;
 }
 
-static void rebuild_characters()
+static void rebuild_characters(void)
 {
     bool has_initial = score->initial_style != NO_INITIAL;
 
diff -ur gregorio-4.0.0-rc1.orig/src/gabc/gabc-score-determination-y.c gregorio-4.0.0-rc1/src/gabc/gabc-score-determination-y.c
--- gregorio-4.0.0-rc1.orig/src/gabc/gabc-score-determination-y.c	2015-10-09 12:17:57.000000000 +0200
+++ gregorio-4.0.0-rc1/src/gabc/gabc-score-determination-y.c	2015-10-09 09:50:07.000000000 +0200
@@ -486,7 +486,7 @@
     current_syllable->translation_type = TR_NORMAL;
 }
 
-static void rebuild_characters()
+static void rebuild_characters(void)
 {
     bool has_initial = score->initial_style != NO_INITIAL;