lua-users home
lua-l archive

Re: bug in lua.c (Lua-5.0) while embedding the interpreter into bash-2.05

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> for (i = 1; argv[i] != NULL; i++) {
> assumes that an out-of-range i would mean argv[i]==NULL
This is required by ANSI C, which is what Lua assumes.
> which was not true in my case.
Can you give more details? What platform and C compiler?
--lhf

AltStyle によって変換されたページ (->オリジナル) /