aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-06-06 14:13:17 +0000
committerDave Love <[email protected]>2000-06-06 14:13:17 +0000
commit200ca4d576f1b0924a72dfe2884ce9a66787b6a0 (patch)
tree90c1d726272e54585345aed62cf84c992f86380c /lwlib
parent99570665ff9d1822bcd45a27135906e3bd5c786b (diff)
(P_): Use PROTOTYPES.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-Xm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 732e67c0bf..6bb70e1f43 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -59,7 +59,7 @@ Boston, MA 02111-1307, USA. */
#include <Xm/DialogS.h>
#include <Xm/Form.h>
-#ifdef __STDC__
+#if defined __STDC__ || defined PROTOTYPES
#define P_(X) X
#else
#define P_(X) ()