diff options
Diffstat (limited to '5.20/main.c')
-rw-r--r-- | 5.20/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/5.20/main.c b/5.20/main.c index 6338524..689c229 100644 --- a/5.20/main.c +++ b/5.20/main.c @@ -16,7 +16,7 @@ int main(void) do { strcat(datatype, token); strcat(datatype, " "); - } while (gettoken() == NAME && isdatatyp()); + } while (gettoken() == NAME && isdtspec()); prevtoken = YES; if (tokentype == EOF) |