Using patch to adapt stock Praat distribution
[sgc2.git] / praat_module / praatAdaptations.patch
blob899a2ac1d678de36dfbe4b8dc82da4b7c2903829
1 diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/fon/praat_TextGrid_init.c ./fon/praat_TextGrid_init.c
2 685c685
3 < if (theCurrentPraatApplication -> batch) {
4 ---
5 > if (theCurrentPraatApplication -> batch == 1) {
6 698c698
7 < if (theCurrentPraatApplication -> batch) {
8 ---
9 > if (theCurrentPraatApplication -> batch == 1) {
10 713c713
11 < if (theCurrentPraatApplication -> batch) {
12 ---
13 > if (theCurrentPraatApplication -> batch == 1) {
14 728c728
15 < if (theCurrentPraatApplication -> batch) {
16 ---
17 > if (theCurrentPraatApplication -> batch == 1) {
18 diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/sys/praat.c ./sys/praat.c
19 1370a1371
20 > theCurrentPraatApplication -> batch = 2;