* text.c [HAVE_X]: Remove useless #error.
* cons.saver.c: Indent #error to hide it from old compilers.
Этот коммит содержится в:
родитель
c68f401c67
Коммит
b504500f49
@ -1,3 +1,8 @@
|
||||
2001-06-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* text.c [HAVE_X]: Remove useless #error.
|
||||
* cons.saver.c: Indent #error to hide it from old compilers.
|
||||
|
||||
2001-06-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* screen.c (display_mini_info): Avoid nested i18n calls.
|
||||
|
@ -415,6 +415,6 @@ int main (int argc, char **argv)
|
||||
|
||||
#else
|
||||
|
||||
#error The Linux console screen saver works only on Linux.
|
||||
#error "The Linux console screen saver works only on Linux"
|
||||
|
||||
#endif /* #ifdef linux */
|
||||
|
@ -5,10 +5,6 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#ifdef HAVE_X
|
||||
#error This file is for text-mode editions only.
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WANT_WIDGETS
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user