better order of record fields for 64-bit machines

This commit is contained in:
Roberto Ierusalimschy
2002-02-08 20:42:41 -02:00
parent cbfc581990
commit e01f5e6809
7 changed files with 36 additions and 37 deletions

View File

@@ -22,8 +22,8 @@
struct Sopen {
int stacksize;
lua_State *L;
int stacksize;
};