From 842baa4f22809120bad406981a7019935711b5f0 Mon Sep 17 00:00:00 2001 From: Hydroque Date: Tue, 2 Jan 2018 07:18:43 -0500 Subject: [PATCH] removed the bulk, unupdated headers --- src/additions.c | 6 ------ src/console.c | 14 -------------- src/consolew.c | 14 -------------- 3 files changed, 34 deletions(-) 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)