* mad.c (mad_tempnam): Commented out to make linker happy.
Этот коммит содержится в:
родитель
320b3cedae
Коммит
d073133873
@ -4,6 +4,8 @@
|
||||
if there are no changes.
|
||||
(save_edit_changes): Use messages from ../po/mc.pot.
|
||||
|
||||
* mad.c (mad_tempnam): Commented out to make linker happy.
|
||||
|
||||
2002-05-27 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* view.c (save_edit_changes): Handle errors.
|
||||
|
@ -305,6 +305,7 @@ void mad_free (void *ptr, const char *file, int line)
|
||||
Alloc_idx_hint = i;
|
||||
}
|
||||
|
||||
#if 0 /* Commented out to make linker happy */
|
||||
char *mad_tempnam (char *a, char *b, const char *file, int line)
|
||||
{
|
||||
char *t, *u;
|
||||
@ -313,6 +314,7 @@ char *mad_tempnam (char *a, char *b, const char *file, int line)
|
||||
free(t);
|
||||
return u;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Outputs a list of unfreed memory areas,
|
||||
to be called as a last thing before exiting */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user