diff options
Diffstat (limited to 'ldump.c')
| -rw-r--r-- | ldump.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldump.c,v 2.26 2014/03/11 18:05:46 roberto Exp roberto $ | 2 | ** $Id: ldump.c,v 2.27 2014/03/11 18:56:27 roberto Exp roberto $ |
| 3 | ** save precompiled Lua chunks | 3 | ** save precompiled Lua chunks |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -27,7 +27,7 @@ typedef struct { | |||
| 27 | 27 | ||
| 28 | /* | 28 | /* |
| 29 | ** All high-level dumps go through DumpVector; you can change it to | 29 | ** All high-level dumps go through DumpVector; you can change it to |
| 30 | ** change the endianess of the result | 30 | ** change the endianness of the result |
| 31 | */ | 31 | */ |
| 32 | #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) | 32 | #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) |
| 33 | 33 | ||
