Fixed a warning and other minor issues

Fixed some minor issues from the feedback for 5.4-beta rc1.
This commit is contained in:
Roberto Ierusalimschy
2019-10-04 16:17:04 -03:00
parent b98d41db99
commit 7bd1e53753
6 changed files with 9 additions and 8 deletions

View File

@@ -59,7 +59,7 @@
** key for table in the registry that keeps handles
** for all loaded C libraries
*/
static const char *CLIBS = "_CLIBS";
static const char *const CLIBS = "_CLIBS";
#define LIB_FAIL "open"