Roberto Ierusalimschy %!s(int64=23) %!d(string=hai) anos
pai
achega
0052930ffe
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      lcode.h

+ 1 - 2
lcode.h

@@ -1,5 +1,5 @@
 /*
-** $Id: lcode.h,v 1.35 2002/05/10 19:22:11 roberto Exp $
+** $Id: lcode.h,v 1.36 2002/05/13 13:07:48 roberto Exp roberto $
 ** Code generator for Lua
 ** See Copyright Notice in lua.h
 */
@@ -61,7 +61,6 @@ void luaK_goiffalse (FuncState *fs, expdesc *e);
 void luaK_storevar (FuncState *fs, expdesc *var, expdesc *e);
 void luaK_setcallreturns (FuncState *fs, expdesc *var, int nresults);
 int luaK_jump (FuncState *fs);
-void luaK_dischargejpc (FuncState *fs);
 void luaK_patchlist (FuncState *fs, int list, int target);
 void luaK_patchtohere (FuncState *fs, int list);
 void luaK_concat (FuncState *fs, int *l1, int l2);