diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-07 21:36:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-07 21:36:53 +0000 |
commit | 83036cf1c12eac42e9fcb4e6691ecc46dc8e654e (patch) | |
tree | c5d3ac18eb1b07a15bce95ace0ce7adb91c6f596 /usr.bin/compile_et/et_lex.lex.l | |
parent | a738290cbdde31b237de1a4fec2f5511fdf9ead7 (diff) |
protos
Diffstat (limited to 'usr.bin/compile_et/et_lex.lex.l')
-rw-r--r-- | usr.bin/compile_et/et_lex.lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/compile_et/et_lex.lex.l b/usr.bin/compile_et/et_lex.lex.l index b2f0a95d315..9f9e232375a 100644 --- a/usr.bin/compile_et/et_lex.lex.l +++ b/usr.bin/compile_et/et_lex.lex.l @@ -53,6 +53,7 @@ static unsigned lineno = 1; void error_message(char *, ...); int getstring(void); +int yylex(void); %} |