add 'G' option as alias to 'S', again for SWI compatibility.

This commit is contained in:
Vitor Santos Costa 2008-08-24 00:40:40 +01:00
parent 92f99fce25
commit 52a927dcf7

View File

@ -407,6 +407,7 @@ parse_yap_arguments(int argc, char *argv[], YAP_init_args *iap)
#endif
case 's':
case 'S':
case 'G':
stack_mode:
ssize = &(iap->StackSize);
#if defined(ENV_COPY) || defined(ACOW) || defined(SBA)