/* $NetBSD: lfunc.h,v 1.1.1.1 2010/10/31 11:16:56 mbalmer Exp $ */ /* ** Id: lfunc.h,v 2.4.1.1 2007/12/27 13:02:25 roberto Exp ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ #ifndef lfunc_h #define lfunc_h #include "lobject.h" #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ cast(int, sizeof(TValue)*((n)-1))) #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \ cast(int, sizeof(TValue *)*((n)-1))) LUAI_FUNC Proto *luaF_newproto (lua_State *L); LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e); LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems, Table *e); LUAI_FUNC UpVal *luaF_newupval (lua_State *L); LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level); LUAI_FUNC void luaF_close (lua_State *L, StkId level); LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f); LUAI_FUNC void luaF_freeclosure (lua_State *L, Closure *c); LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv); LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number, int pc); #endif >logtreecommitdiff
path: root/gnu/dist/texinfo/po
AgeCommit message (Expand)Author
2016-01-14Texinfo has moved.christos
2008-09-02import last gplv2 versionchristos
2006-09-29Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:apb
2004-07-12Merge with 4.7.wiz
2004-07-12Import of texinfo-4.7, as prepared by texinfo2netbsd.wiz
2003-07-03Merge 4.6 (includes aclocal/autoheader/autoconf/automake runwiz
2003-07-03Import of texinfo-4.6.wiz
2003-02-13Import of texinfo-4.5.wiz
2003-01-17Handle conflicts after 4.3 import.wiz
2003-01-17Import of texinfo-4.3.wiz
2001-12-02Fix test -r to test -x typo.jmc
2001-09-02Not in texinfo-4.0.wiz
2001-07-25Import texinfo 4.0assar