allow -F to be ignored.
This commit is contained in:
parent
b0b4d53ee6
commit
c2866011ca
@ -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--;
|
||||
|
Reference in New Issue
Block a user