Commit Graph

10 Commits

Author SHA1 Message Date
Steve Checkoway 6c1b56e212 Shut the warning up 2004-05-26 20:52:42 +00:00
Glenn Maynard cc9f2507c0 don't accept functions as lua return values, otherwise forgotton "()"
can lead to silent errors
2004-05-03 04:38:08 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Steve Checkoway dd83b9fa11 Cleanup.
My headers do not seem to declare it as not returning. On the other hand, I cannot get any other program using longjmp() to cause gcc to emit a warning about not returning a value.
2004-04-02 08:32:31 +00:00
Glenn Maynard c2c796d90c fix warning 2004-02-26 03:18:51 +00:00
Glenn Maynard be15f6800e add Lua::GetStack
lua MonthOfYear: return 1..12 instead of 0..11
2004-02-25 23:58:47 +00:00
Steve Checkoway 03499669bd fix warnings 2004-02-24 08:00:04 +00:00
Glenn Maynard 0f6caf79e0 better output 2004-02-15 21:28:36 +00:00
Glenn Maynard ebc0065e32 load math, string 2004-02-15 00:42:45 +00:00
Glenn Maynard d17e1179c0 first pass lua evaluator 2004-02-14 21:08:12 +00:00