From a241579492879b305424bf950030b606482bff0a Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 11 Jul 2002 21:13:37 +0000 Subject: de-__P() --- usr.sbin/kbdcontrol/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/kbdcontrol') diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index 91e1e54..17e10c2 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -69,4 +69,4 @@ extern int number; extern char letter; extern FILE *yyin; -extern int yylex __P((void)); +extern int yylex(void); -- cgit v1.1