]> git.eshelyaron.com Git - emacs.git/commitdiff
(P_): Use PROTOTYPES.
authorDave Love <fx@gnu.org>
Tue, 6 Jun 2000 14:13:17 +0000 (14:13 +0000)
committerDave Love <fx@gnu.org>
Tue, 6 Jun 2000 14:13:17 +0000 (14:13 +0000)
lwlib/lwlib-Xm.c

index 732e67c0bf0bd3f130443d5620a4436ea3a933cc..6bb70e1f43996de42abf5826922f8eb7a65d9e0b 100644 (file)
@@ -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) ()