mirror of
https://github.com/lua/lua.git
synced 2025-07-04 15:09:38 +00:00
luadebug.h' content now is included in
lua.h'
This commit is contained in:
parent
d3dd337fca
commit
2e38c6ae5a
12 changed files with 63 additions and 80 deletions
3
lua.c
3
lua.c
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lua.c,v 1.97 2002/07/10 20:49:01 roberto Exp roberto $
|
||||
** $Id: lua.c,v 1.98 2002/08/06 15:32:22 roberto Exp roberto $
|
||||
** Lua stand-alone interpreter
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
@ -13,7 +13,6 @@
|
|||
#include "lua.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
#include "luadebug.h"
|
||||
#include "lualib.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue