diff options
| author | wkj <devnull@localhost> | 2004-05-16 07:57:50 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-16 07:57:50 +0000 |
| commit | b237df90f9390dac1ff1fdcb6813ca1f2a7bef4f (patch) | |
| tree | e1ca0f939b9a7b9a3c817c7a77a4df9ddf610418 /src/cmd/eqn/lex.c | |
| parent | 5f1cf8e6fb130fd48d6f016d13baf5408b3181f8 (diff) | |
| download | plan9port-b237df90f9390dac1ff1fdcb6813ca1f2a7bef4f.tar.gz plan9port-b237df90f9390dac1ff1fdcb6813ca1f2a7bef4f.zip | |
Checkpoint.
Diffstat (limited to 'src/cmd/eqn/lex.c')
| -rw-r--r-- | src/cmd/eqn/lex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/eqn/lex.c b/src/cmd/eqn/lex.c index e535b869..56ed994c 100644 --- a/src/cmd/eqn/lex.c +++ b/src/cmd/eqn/lex.c @@ -13,6 +13,7 @@ void ifdef(void); void include(void); void delim(void); +int yylex(void) { register int c; @@ -144,6 +145,7 @@ void getstr(char *s, int n) yylval = (int) s; } +int cstr(char *s, int quote, int maxs) { int del, c, i; |
