allow -F to be ignored.

This commit is contained in:
Vítor Santos Costa 2010-06-17 00:34:57 +01:00
parent b0b4d53ee6
commit c2866011ca

View File

@ -301,6 +301,11 @@ parse_yap_arguments(int argc, char *argv[], YAP_init_args *iap)
}
break;
#endif /* EMACS */
case 'F':
/* just ignore for now */
argc--;
argv++;
break;
case 'f':
if (argc > 1 && argv[1][0] != '-') {
argc--;