Re: Warning: argument option processing changes
Kilian Evang <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 19-08-13 21:49, Jan Wielemaker wrote: > - The Prolog flag =argv= now only provides `user arguments'. I.e., > arguments processed by Prolog are not there. This is compatible > with at least YAP and SICStus. All arguments are still available > with the new flag =os_argv=. Yay! This should make it easier to test programs via the interpreter that are designed to be compiled into a standalone executable. The old behavior has been getting on my nerves for a while. Kilian