We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec1939 commit cde44d1Copy full SHA for cde44d1
chapter05/5-19.c
@@ -60,7 +60,7 @@ int needsParens()
60
void undcl(void)
61
{
62
int type;
63
- char temp[MAXTOKEN];
+ char temp[MAXLEN];
64
65
while ((type = gettoken()) != '\n')
66
if (type == PARENS || type == BRACKETS)
0 commit comments