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