summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 85ec1cb8..b689d6da 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1,6 +1,6 @@
1/* 1/*
2** TeCGraf - PUC-Rio 2** TeCGraf - PUC-Rio
3** $Id: opcode.h,v 3.20 1996/03/15 13:13:13 roberto Exp roberto $ 3** $Id: opcode.h,v 3.21 1996/05/28 21:07:32 roberto Exp roberto $
4*/ 4*/
5 5
6#ifndef opcode_h 6#ifndef opcode_h
@@ -122,6 +122,5 @@ Object *luaI_Address (lua_Object o);
122void luaI_pushobject (Object *o); 122void luaI_pushobject (Object *o);
123void luaI_gcFB (Object *o); 123void luaI_gcFB (Object *o);
124int luaI_dorun (TFunc *tf); 124int luaI_dorun (TFunc *tf);
125void luaI_packarg (Object *firstelem, Object *arg);
126 125
127#endif 126#endif