annotate src/m/ews4800.h @ 25716:e2d5cd96727b
(x_scroll_bar_handle_click): Compile only if
not USE_TOOLKIT_SCROLL_BARS.
(x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
(x_produce_glyphs): Remove unused variable(s).
(x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
x_set_toolkit_scroll_bar_thumb): Ditto.
(x_scroll_bar_create): Move local variable to the
conditionally compiled section of code where it is used.
(x_scroll_bar_create): Remove unused variable(s).
(x_scroll_bar_remove, XTread_socket): Ditto.
(XTread_socket) <ConfigureNotify>: Move variables used for
non-toolkit case into conditionally compiled section of code.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Tue, 14 Sep 1999 13:09:49 +0000 |
parents |
f6ab39ac9c55 |
children |
c8fb06423da0 |
rev |
line source |
23634
|
1 /* m- file for NEC EWS4800 RISC series. */
|
|
2 #undef LIB_STANDARD
|
|
3 #undef C_DEBUG_SWITCH
|
|
4 #define INHIBIT_BSD_TIME
|
|
5 #undef USG
|
|
6 #include "mips.h"
|
|
7 #define USG
|
|
8 #undef UNEXEC
|
|
9 #define UNEXEC unexelf.o
|
|
10 #undef LIBS_MACHINE
|
|
11 #undef LD_SWITCH_MACHINE
|
|
12 #undef START_FILES
|
|
13 #undef DATA_START
|
|
14 #undef LIB_STANDARD
|
|
15 #undef C_SWITCH_MACHINE
|
|
16 #ifndef __GNUC__
|
|
17 #undef C_DEBUG_SWITCH
|
|
18 #define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
|
|
19 #endif /* !__GNUC__ */
|