diff options
| author | lneto <lneto@NetBSD.org> | 2015-02-19 04:46:22 +0000 |
|---|---|---|
| committer | lneto <lneto@NetBSD.org> | 2015-02-19 04:46:22 +0000 |
| commit | 48b9f4df647bae745741b671ce8cb7b4511fb9fd (patch) | |
| tree | d938577ecefa6ea7f8177c24add1a1916017e99a /external/mit/lua/dist/src/ldebug.c | |
| parent | 6da14cd18391b0dbaa8d19ba209f131530fe91e3 (diff) | |
lua(4): small fixes in kernel Lua
* fixed hex parsing
* restored lua_isnumber
* removed unwanted macros from luaconf.h
* restored <stdarg.h> include in ldebug.c
* removed doubles from unions
* removed unused functions
Diffstat (limited to 'external/mit/lua/dist/src/ldebug.c')
| -rw-r--r-- | external/mit/lua/dist/src/ldebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/mit/lua/dist/src/ldebug.c b/external/mit/lua/dist/src/ldebug.c index 2223daf0437..e63b99ab9bd 100644 --- a/external/mit/lua/dist/src/ldebug.c +++ b/external/mit/lua/dist/src/ldebug.c @@ -1,4 +1,4 @@ -/* $NetBSD: ldebug.c,v 1.3 2015/02/02 14:03:05 lneto Exp $ */ +/* $NetBSD: ldebug.c,v 1.4 2015/02/19 04:46:22 lneto Exp $ */ /* ** Id: ldebug.c,v 2.110 2015/01/02 12:52:22 roberto Exp @@ -12,8 +12,8 @@ #include "lprefix.h" -#ifndef _KERNEL #include <stdarg.h> +#ifndef _KERNEL #include <stddef.h> #include <string.h> #endif |
