|
55I just had to point this out, for irony; VC7 gives: warning C4702: unreachable code for this bit of code: exit(luaL_optint(L, 1, EXIT_SUCCESS)); return 0; /* to avoid warnings */ I'd recommend removing this; it's introducing a legitimate warning in order to fix a buggy one. -- Glenn Maynard