diff options
author | Mike Pall <mike> | 2013-11-25 15:18:31 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-11-25 15:19:17 +0100 |
commit | 4593fb5e29adc09cd53beaba8777f5656434c08d (patch) | |
tree | 104b63db5384ad540451645294879e2cdc91ad28 /src/Makefile.dep | |
parent | c378f7dbb882068d1ae06edc8e7049fb1907db2d (diff) | |
download | luajit-4593fb5e29adc09cd53beaba8777f5656434c08d.tar.gz luajit-4593fb5e29adc09cd53beaba8777f5656434c08d.tar.bz2 luajit-4593fb5e29adc09cd53beaba8777f5656434c08d.zip |
Add table.clear().
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 97f8125a..9aefb236 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -155,7 +155,7 @@ lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
155 | lj_iropt.h lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h \ | 155 | lj_iropt.h lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h \ |
156 | lj_vm.h | 156 | lj_vm.h |
157 | lj_opt_mem.o: lj_opt_mem.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 157 | lj_opt_mem.o: lj_opt_mem.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
158 | lj_tab.h lj_ir.h lj_jit.h lj_iropt.h | 158 | lj_tab.h lj_ir.h lj_jit.h lj_iropt.h lj_ircall.h |
159 | lj_opt_narrow.o: lj_opt_narrow.c lj_obj.h lua.h luaconf.h lj_def.h \ | 159 | lj_opt_narrow.o: lj_opt_narrow.c lj_obj.h lua.h luaconf.h lj_def.h \ |
160 | lj_arch.h lj_bc.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ | 160 | lj_arch.h lj_bc.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ |
161 | lj_traceerr.h lj_vm.h lj_strscan.h | 161 | lj_traceerr.h lj_vm.h lj_strscan.h |