1
1

* mad.h: Include stdio.h to prevent redefining mad_tempnam().

* main.c [HAVE_X && HAVE_MAD]: Don't call done_key().
Этот коммит содержится в:
Pavel Roskin 2001-07-16 04:06:35 +00:00
родитель 0841b4d586
Коммит 57fde54f99
3 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,5 +1,8 @@
2001-07-15 Pavel Roskin <proski@gnu.org>
* mad.h: Include stdio.h to prevent redefining mad_tempnam().
* main.c [HAVE_X && HAVE_MAD]: Don't call done_key().
* dlg.h: Remove declarations of non-existent functions.
[HAVE_X]: Disable color constants - they shouldn't be used.

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

@ -2,6 +2,7 @@
#define __MAD_H
/* To prevent molesting these files with the malloc/calloc/free macros. */
#include <stdio.h>
#include <stdlib.h>
#if !defined(STDC_HEADERS) && defined(HAVE_MALLOC_H)
# include <malloc.h>

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

@ -3222,7 +3222,7 @@ main (int argc, char *argv [])
g_free (last_wd_string);
}
#ifdef HAVE_MAD
#if defined(HAVE_MAD) && !defined(HAVE_X)
done_key ();
#endif