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

@@ -24,7 +24,7 @@
** The hook table at registry[HOOKKEY] maps threads to their current
** hook function.
*/
static const char* HOOKKEY = "_HOOKKEY";
static const char *const HOOKKEY = "_HOOKKEY";
/*