Checkpoint.

This commit is contained in:
wkj 2004-05-16 07:57:50 +00:00
parent 5f1cf8e6fb
commit b237df90f9
19 changed files with 324 additions and 283 deletions

View file

@ -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;