Removed __P

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@476 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-05-04 06:03:29 +00:00
parent 2db9ff3382
commit 9d3bb73773
6 changed files with 112 additions and 194 deletions

View File

@@ -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);
%}