diff options
Diffstat (limited to 'sys/ddb/db_lex.c')
-rw-r--r-- | sys/ddb/db_lex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 3985c4f..9f1b7fb 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_lex.c,v 1.5 1994/08/18 22:34:23 wollman Exp $ + * $Id: db_lex.c,v 1.6 1995/05/30 07:57:00 rgrimes Exp $ */ /* @@ -41,7 +41,7 @@ char db_line[120]; char * db_lp, *db_endlp; -static int db_lex(void); +static int db_lex __P((void)); int db_read_line() |