From: Yukihiro Matsumoto Date: 2008-01-08T11:10:48+09:00 Subject: Re: Using "sort!" in a C extension (1.9 problem) Hi, In message "Re: Using "sort!" in a C extension (1.9 problem)" on Tue, 8 Jan 2008 10:34:03 +0900, Andre Nathan writes: |Is there any situation where a1 will be different from argv[0] other |than the case Guy mentioned (argc == 0, and this argv[0] doesn't exist)? Nothing I can think of. matz.