diff options
-rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -631,7 +631,7 @@ try_variable_definition (filename, lineno, line, origin) case bogus: /* Should not be possible. */ abort (); - break; + return 0; case simple: /* A simple variable definition "var := value". Expand the value. */ value = variable_expand (p); |