Skip to content

Commit 842baa4

Browse files
committed
removed the bulk, unupdated headers
1 parent c9d4d92 commit 842baa4

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

src/additions.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*
2-
* additions.c
3-
*
4-
* Holds the additions functions to the console.
5-
*
6-
*/
71

82
#if defined(LUACON_ADDITIONS)
93

src/console.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
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

src/consolew.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
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

0 commit comments

Comments
 (0)