(try_variable_definition): Return after abort.
authorRoland McGrath <roland@redhat.com>
Tue, 5 Apr 1994 10:09:28 +0000 (10:09 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 5 Apr 1994 10:09:28 +0000 (10:09 +0000)
variable.c

index e06b5b5..0aacc15 100644 (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);