diff --git a/src/additions.c b/src/additions.c index 12a8c77..263aded 100644 --- a/src/additions.c +++ b/src/additions.c @@ -1,9 +1,3 @@ -/* - * additions.c - * - * Holds the additions functions to the console. - * - */ #if defined(LUACON_ADDITIONS) diff --git a/src/console.c b/src/console.c index 8264ee4..5afd850 100644 --- a/src/console.c +++ b/src/console.c @@ -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) diff --git a/src/consolew.c b/src/consolew.c index 855efd7..65f8dbf 100644 --- a/src/consolew.c +++ b/src/consolew.c @@ -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)