File tree Expand file tree Collapse file tree 3 files changed +0
-34
lines changed Expand file tree Collapse file tree 3 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 1- /*
2- * additions.c
3- *
4- * Holds the additions functions to the console.
5- *
6- */
71
82#if defined(LUACON_ADDITIONS )
93
Original file line number Diff line number Diff line change 11
2- /*
3- * Lua.c Console
4- *
5- * - Line by Line interpretation
6- * - Files executed by passing
7- * - Working directory support
8- * - Built in stack-dump
9- * Works with:
10- * Lua5.3.x, Lua5.2.x, Lua5.1.x
11- *
12- * 5.2.x and 5.1.x assume that you have enough memory to start initial functions.
13- *
14- */
15-
162#define PRIMARY_BUFFER_SIZE (1024 + 1)
173#define SECONDARY_BUFFER_SIZE (1032 + 1)
184
Original file line number Diff line number Diff line change 11
2- /*
3- * Lua.c Console
4- *
5- * - Line by Line interpretation
6- * - Files executed by passing
7- * - Working directory support
8- * - Built in stack-dump
9- * Works with:
10- * Lua5.3.x, Lua5.2.x, Lua5.1.x
11- *
12- * 5.2.x and 5.1.x assume that you have enough memory to start initial functions.
13- *
14- */
15-
162#define PRIMARY_BUFFER_SIZE (1024 + 1)
173#define SECONDARY_BUFFER_SIZE (1032 + 1)
184
You can’t perform that action at this time.
0 commit comments