1 diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/fon/praat_TextGrid_init.c ./fon/praat_TextGrid_init.c
3 < if (theCurrentPraatApplication -> batch) {
5 > if (theCurrentPraatApplication -> batch == 1) {
7 < if (theCurrentPraatApplication -> batch) {
9 > if (theCurrentPraatApplication -> batch == 1) {
11 < if (theCurrentPraatApplication -> batch) {
13 > if (theCurrentPraatApplication -> batch == 1) {
15 < if (theCurrentPraatApplication -> batch) {
17 > if (theCurrentPraatApplication -> batch == 1) {
18 diff -r -x '*.[oah]' -x '.git*' -x praat ../praat_sources/sys/praat.c ./sys/praat.c
20 > theCurrentPraatApplication -> batch = 2;