(string_initial): Commented out.

(init_locals): Define as do nothing macro. Printing is not supported.
This commit is contained in:
Andrew V. Samoilov 2002-10-03 17:00:23 +00:00
parent f5a8897749
commit 9740d2a810
1 changed files with 4 additions and 2 deletions

View File

@ -988,6 +988,7 @@ static void init_globals(void)
interpret_coding_system(KANJI);
}
#if 0
/***************************************************************************
check if a string is initialised and if not then initialise it
***************************************************************************/
@ -997,7 +998,6 @@ static void string_initial(char **s,char *v)
string_init(s,v);
}
/***************************************************************************
Initialise the sDefault parameter structure.
***************************************************************************/
@ -1047,7 +1047,9 @@ static void init_locals(void)
}
}
#else
#define init_locals()
#endif /* 0 */
/******************************************************************* a
convenience routine to grab string parameters into a rotating buffer,