Skip to content

Commit

Permalink
removed the bulk, unupdated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc committed Jan 2, 2018
1 parent c9d4d92 commit 842baa4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
6 changes: 0 additions & 6 deletions src/additions.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* additions.c
*
* Holds the additions functions to the console.
*
*/

#if defined(LUACON_ADDITIONS)

Expand Down
14 changes: 0 additions & 14 deletions src/console.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@

/*
* Lua.c Console
*
* - Line by Line interpretation
* - Files executed by passing
* - Working directory support
* - Built in stack-dump
* Works with:
* Lua5.3.x, Lua5.2.x, Lua5.1.x
*
* 5.2.x and 5.1.x assume that you have enough memory to start initial functions.
*
*/

#define PRIMARY_BUFFER_SIZE (1024 + 1)
#define SECONDARY_BUFFER_SIZE (1032 + 1)

Expand Down
14 changes: 0 additions & 14 deletions src/consolew.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@

/*
* Lua.c Console
*
* - Line by Line interpretation
* - Files executed by passing
* - Working directory support
* - Built in stack-dump
* Works with:
* Lua5.3.x, Lua5.2.x, Lua5.1.x
*
* 5.2.x and 5.1.x assume that you have enough memory to start initial functions.
*
*/

#define PRIMARY_BUFFER_SIZE (1024 + 1)
#define SECONDARY_BUFFER_SIZE (1032 + 1)

Expand Down

0 comments on commit 842baa4

Please sign in to comment.