From ff71bb905b20f5e9182596f3313524c161b268bf Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 11 Dec 2021 18:05:30 +0800 Subject: 4.6 --- 4/6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/4/6.c b/4/6.c index decfb63..d491dba 100644 --- a/4/6.c +++ b/4/6.c @@ -202,7 +202,6 @@ int getop(char s[]) { int count; for (count = 0; isalnum(s[++i] = c = getch()); count++) ; - if (count == 0) { // syntax "5 A =" means "A = 5" if (c != '\n' && (nc = getch()) == '=') -- cgit v1.2.3