Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68874a06 authored by Juho Hiltunen's avatar Juho Hiltunen
Browse files

code cleanup: make NumInstnWords() static

parent ee944700
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ static void SwitchOnVowelType(PHONEME_LIST *plist, PHONEME_DATA *phdata, unsigne
	*p_prog += 12;
}

int NumInstnWords(unsigned short *prog)
static int NumInstnWords(unsigned short *prog)
{
	int instn;
	int instn2;
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ frameref_t *LookupSpect(PHONEME_TAB *this_ph,
		int *n_frames,
		PHONEME_LIST *plist);

int NumInstnWords(unsigned short *prog);
int PhonemeCode(unsigned int mnem);
int SelectPhonemeTable(int number);
int  SelectPhonemeTableName(const char *name);