File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- ** $Id: luaconf.h,v 1.176 2013/03/16 21:10:18 roberto Exp $
2+ ** $Id: luaconf.h,v 1.176.1.1 2013/04/12 18:48:47 roberto Exp roberto $
33** Configuration file for Lua
44** See Copyright Notice in lua.h
55*/
326326
327327
328328/*
329- @@ LUA_INT32 is an signed integer with exactly 32 bits.
329+ @@ LUA_INT32 is a signed integer with exactly 32 bits.
330330@@ LUAI_UMEM is an unsigned integer big enough to count the total
331331@* memory used by Lua.
332332@@ LUAI_MEM is a signed integer big enough to count the total memory
350350/*
351351@@ LUAI_MAXSTACK limits the size of the Lua stack.
352352** CHANGE it if you need a different limit. This limit is arbitrary;
353- ** its only purpose is to stop Lua to consume unlimited stack
353+ ** its only purpose is to stop Lua from consuming unlimited stack
354354** space (and to reserve some numbers for pseudo-indices).
355355*/
356356#if LUAI_BITSINT >= 32
You can’t perform that action at this time.
0 commit comments