diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-11-24 14:13:42 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-24 14:13:42 +0000 |
commit | 058284fceb843b1fc95ffb704de3f9bd088607a9 (patch) | |
tree | f5a995a3d9175676e570f12a2bcb1bad0e1b976b /sys/ddb/db_lex.c | |
parent | 4753168fae3062574cec15130f5140ddfb53b59f (diff) | |
download | src-test2-058284fceb843b1fc95ffb704de3f9bd088607a9.tar.gz src-test2-058284fceb843b1fc95ffb704de3f9bd088607a9.zip |
Notes
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 3985c4f67e34..9f1b7fb83edf 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() |