comparison src/extw-Xt.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
26 26
27 #ifndef EXTERNAL_WIDGET 27 #ifndef EXTERNAL_WIDGET
28 ERROR! This ought not be getting compiled if EXTERNAL_WIDGET is undefined 28 ERROR! This ought not be getting compiled if EXTERNAL_WIDGET is undefined
29 #endif 29 #endif
30 30
31 void fatal (const char *fmt, ...); 31 void fatal (CONST char *fmt, ...);
32 #else /* not emacs */ 32 #else /* not emacs */
33 static void fatal (char *msg); 33 static void fatal (char *msg);
34 #endif 34 #endif
35 35
36 #include <X11/Intrinsic.h> 36 #include <X11/Intrinsic.h>