summaryrefslogtreecommitdiff
path: root/usr.sbin/gspa/gspahextoc/gspahextoc.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/gspa/gspahextoc/gspahextoc.l')
-rw-r--r--usr.sbin/gspa/gspahextoc/gspahextoc.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/gspa/gspahextoc/gspahextoc.l b/usr.sbin/gspa/gspahextoc/gspahextoc.l
index 1c3fdf10c6b..a0e39b5873e 100644
--- a/usr.sbin/gspa/gspahextoc/gspahextoc.l
+++ b/usr.sbin/gspa/gspahextoc/gspahextoc.l
@@ -35,10 +35,10 @@
unsigned long binads;
- void dumpstart __P((char *address));
- void dumpbuf __P((void));
- void initbuf __P((char *address));
- void checkbuf __P((void));
+ void dumpstart(char *address);
+ void dumpbuf(void);
+ void initbuf(char *address);
+ void checkbuf(void);
%%
:[0-9A-Za-z]+ {if (bufptr>0) dumpbuf(); dumpstart(yytext+1);}
@[0-9A-Za-z]+ {if (bufptr>0) dumpbuf(); initbuf(yytext+1);}