diff options
Diffstat (limited to 'innbbsd/externs.h')
-rw-r--r-- | innbbsd/externs.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/innbbsd/externs.h b/innbbsd/externs.h index 2cde1141..84a59e8c 100644 --- a/innbbsd/externs.h +++ b/innbbsd/externs.h @@ -1,16 +1,16 @@ #ifndef EXTERNS_H #define EXTERNS_H -# ifndef ARG -# ifdef __STDC__ -# define ARG(x) x -# else -# define ARG(x) () -# endif -# endif +#ifndef ARG +#ifdef __STDC__ +#define ARG(x) x +#else +#define ARG(x) () +#endif +#endif -char *fileglue ARG((char *, ...)); -char *ascii_date ARG(()); -char **split ARG((char *, char *)); +char *fileglue ARG((char *,...)); +char *ascii_date ARG(()); +char **split ARG((char *, char *)); #endif |