Mercurial > hg > xemacs-beta
comparison src/extw-Xt.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 376386a54a3c |
children | 697ef44129c6 4f4c898836ab |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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> |