lua-users home
lua-l archive

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


> I'd like the comma operator solution better, unless there is some
> compiler that complains.

David Manura reported back in 2008 that MSVS 2005 complained. It
would be good if someone could check that (not only MSVS 2005, but
other not-so-new versions of MSVS). Actually, it would be good
to know which compilers complain about the standard code:

  exit(status);
  return 0;

For instance, my gcc (4.4.3) does not.

-- Roberto