(try_variable_definition): Return after abort.

This commit is contained in:
Roland McGrath 1994-04-05 10:09:28 +00:00
parent dc8983dc8b
commit 98104e4d2e

View File

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