/* $NetBSD: lapi.h,v 1.8 2017/04/26 13:17:33 mbalmer Exp $ */ /* ** Id: lapi.h,v 2.9 2015/03/06 19:49:50 roberto Exp ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ #ifndef lapi_h #define lapi_h #include "llimits.h" #include "lstate.h" #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \ "stack overflow");} #define adjustresults(L,nres) \ { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \ "not enough elements in the stack") #endif e='lockdoc-10.99.5'>lockdoc-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/gnu/lib/libg2c3/Makefile
AgeCommit message (Expand)Author
2006-11-20Delete more gcc3 stuff.skrll
2006-07-23MKDEBUG -> MKDEBUGLIBtsutsui
2006-04-09fix debug buildchristos
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19Support MAKEVERBOSE.lukem
2003-10-10Make etime_.* and dtime_.* explicitly depend on the libU77 version.matt
2003-08-04bump the major on thesemrg
2003-07-25new reach-over infrastructure (largely based on GCC2.95 one) that (mostly)mrg