Treat no match as a failure. This is the normal behaviour on SunOS.

This commit is contained in:
tegge 1997-06-25 21:02:12 +00:00
parent cf91630f75
commit 588fb5df8a

View File

@ -127,6 +127,7 @@ char **argv;
default:
fprintf(stderr, "Can't match key %s in map %s. Reason: %s\n",
inkey, inmap, yperr_string(r));
exit(1);
break;
}
}