]> git.eshelyaron.com Git - emacs.git/commitdiff
Use PROTOTYPES.
authorDave Love <fx@gnu.org>
Wed, 8 Mar 2000 18:55:10 +0000 (18:55 +0000)
committerDave Love <fx@gnu.org>
Wed, 8 Mar 2000 18:55:10 +0000 (18:55 +0000)
src/hftctl.c
src/strftime.c

index 8a264a70a272e60d349698550e29b02ed5bd0bd1..a6daf0a1f1b2f0050844b5652a990e3fdea8d6cc 100644 (file)
@@ -106,7 +106,7 @@ static struct hfctlack  ACK =
           else { (l) -= j; (p) += j; }
 
 /*************** function prototypes ***************************/
-#ifdef __STDC__
+#ifdef PROTOTYPES
 static GT_ACK (int fd, int req, char *buf);
 static WR_REQ (int fd, int request, int cmdlen, char *cmd, int resplen);
 static void hft_alrm(int sig);
index 00d50133b35adc1cf84aeba55e52f28560102de7..f2a0e08ce9ed478b0d7d3529f9ff341c7c9c55a2 100644 (file)
@@ -98,7 +98,7 @@ extern char *tzname[];
 #endif
 
 #ifndef __P
-# if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+# if defined (PROTOTYPES)
 #  define __P(args) args
 # else
 #  define __P(args) ()