1
1

(string_initial): Commented out.

(init_locals): Define as do nothing macro. Printing is not supported.
Этот коммит содержится в:
Andrew V. Samoilov 2002-10-03 17:00:23 +00:00
родитель f5a8897749
Коммит 9740d2a810

Просмотреть файл

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