1
1

* mad.c (mad_tempnam): Commented out to make linker happy.

Этот коммит содержится в:
Andrew V. Samoilov 2002-05-30 13:27:43 +00:00
родитель 320b3cedae
Коммит d073133873
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -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 */