aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 24d191b0..6ccaf2dc 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.62 2003/10/07 20:13:41 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.63 2004/03/13 13:32:09 roberto Exp roberto $
3** Auxiliary functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -15,11 +15,6 @@
15#include "lua.h" 15#include "lua.h"
16 16
17 17
18#ifndef LUALIB_API
19#define LUALIB_API LUA_API
20#endif
21
22
23 18
24typedef struct luaL_reg { 19typedef struct luaL_reg {
25 const char *name; 20 const char *name;
@@ -93,10 +88,6 @@ LUALIB_API lua_State *(luaL_newstate) (void);
93*/ 88*/
94 89
95 90
96#ifndef LUAL_BUFFERSIZE
97#define LUAL_BUFFERSIZE BUFSIZ
98#endif
99
100 91
101typedef struct luaL_Buffer { 92typedef struct luaL_Buffer {
102 char *p; /* current position in buffer */ 93 char *p; /* current position in buffer */