Reorder various structs to reduce padding (thanks to /usr/bin/pahole).

This commit is contained in:
Mike Pall
2010-03-15 23:29:10 +01:00
parent 1fea5cb822
commit 37a3ca330f
7 changed files with 15 additions and 15 deletions

View File

@@ -454,8 +454,8 @@ static int handle_luainit(lua_State *L)
}
struct Smain {
int argc;
char **argv;
int argc;
int status;
};