-L swi compatibility had broken standard -L usage in YAP :(wq
This commit is contained in:
parent
05f93cd4e6
commit
04c944972b
@ -514,7 +514,7 @@ parse_yap_arguments(int argc, char *argv[], YAP_init_args *iap)
|
||||
break;
|
||||
#endif
|
||||
case 'L':
|
||||
if (p[0])
|
||||
if (p[1])
|
||||
goto stack_mode;
|
||||
iap->QuietMode = TRUE;
|
||||
iap->HaltAfterConsult = TRUE;
|
||||
|
Reference in New Issue
Block a user