aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1994-04-20 19:07:57 -0300
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1994-04-20 19:07:57 -0300
commit44521b21e542831a95de0c63271cd38d1cd4d394 (patch)
tree0fd861510cd5c0a1880410442c642c2388a02e57 /opcode.h
parentf8fb7b39478c3468192c69fcb2154f9022dbab64 (diff)
downloadlua-44521b21e542831a95de0c63271cd38d1cd4d394.tar.gz
lua-44521b21e542831a95de0c63271cd38d1cd4d394.tar.bz2
lua-44521b21e542831a95de0c63271cd38d1cd4d394.zip
Implementacao da nova estrategia para armazenar os arrays
em lista encadeada.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index f48e50fd..38202f6e 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 1.3 1994/02/13 20:35:53 roberto Exp celes $ 3** $Id: opcode.h,v 1.4 1994/04/13 21:37:20 celes Exp celes $
4*/ 4*/
5 5
6#ifndef opcode_h 6#ifndef opcode_h
@@ -159,5 +159,6 @@ void lua_obj2number (void);
159void lua_print (void); 159void lua_print (void);
160void lua_internaldofile (void); 160void lua_internaldofile (void);
161void lua_internaldostring (void); 161void lua_internaldostring (void);
162void lua_travstack (void (*fn)(Object *));
162 163
163#endif 164#endif