mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Use PROTOTYPES.
This commit is contained in:
parent
b369fa6568
commit
eea0252e83
@ -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);
|
||||
|
@ -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) ()
|
||||
|
Loading…
Reference in New Issue
Block a user