Removed __P
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@476 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -98,13 +98,13 @@ struct tab {
|
||||
extern struct tab cmdtab[];
|
||||
extern struct tab sitetab[];
|
||||
|
||||
static char *copy __P((char *));
|
||||
static void help __P((struct tab *, char *));
|
||||
static char *copy (char *);
|
||||
static void help (struct tab *, char *);
|
||||
static struct tab *
|
||||
lookup __P((struct tab *, char *));
|
||||
static void sizecmd __P((char *));
|
||||
static void toolong __P((int));
|
||||
static int yylex __P((void));
|
||||
lookup (struct tab *, char *);
|
||||
static void sizecmd (char *);
|
||||
static void toolong (int);
|
||||
static int yylex (void);
|
||||
|
||||
%}
|
||||
|
||||
|
Reference in New Issue
Block a user