From 0ddc0f47bd2a03678e1afbc384550aecb55a318f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Apr 2020 14:48:15 -0300 Subject: Several details about 5.4.0 rc1 Corrected several small details: added 'const', adjusts in tabs x spaces, removed unused #includes and #defines, misspellings, etc. --- loadlib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'loadlib.c') diff --git a/loadlib.c b/loadlib.c index 56167f64..9d86b158 100644 --- a/loadlib.c +++ b/loadlib.c @@ -269,8 +269,6 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { #endif -#define AUXMARK "\1" /* auxiliary mark */ - /* ** return registry.LUA_NOENV as a boolean -- cgit v1.2.3-55-g6feb