mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
avoid unecessary includes of `stdlib'
This commit is contained in:
parent
a62d39aa1c
commit
c7cf92e6f3
2 changed files with 4 additions and 4 deletions
4
ldebug.c
4
ldebug.c
|
|
@ -1,11 +1,11 @@
|
|||
/*
|
||||
** $Id: ldebug.c,v 1.154 2003/07/10 11:59:06 roberto Exp roberto $
|
||||
** $Id: ldebug.c,v 1.155 2003/07/16 20:49:02 roberto Exp roberto $
|
||||
** Debug Interface
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ldebug_c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue