diff options
author | Mike Pall <mike> | 2013-04-26 00:32:08 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-04-26 00:32:08 +0200 |
commit | b6adfff8f4e388ea286ca4d7d8e0896c07f1cab8 (patch) | |
tree | 26dc6763ae0378b1f783d644eff8f4662679a1d4 /src/Makefile.dep | |
parent | 61cb25b0ca19f75be49373969d6dc3daa646d3aa (diff) | |
download | luajit-b6adfff8f4e388ea286ca4d7d8e0896c07f1cab8.tar.gz luajit-b6adfff8f4e388ea286ca4d7d8e0896c07f1cab8.tar.bz2 luajit-b6adfff8f4e388ea286ca4d7d8e0896c07f1cab8.zip |
Compile string.reverse(), string.lower(), string.upper().
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index a29b396a..6747e599 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -143,9 +143,9 @@ lj_obj.o: lj_obj.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h | |||
143 | lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 143 | lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
144 | lj_ir.h lj_jit.h lj_iropt.h | 144 | lj_ir.h lj_jit.h lj_iropt.h |
145 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 145 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
146 | lj_buf.h lj_gc.h lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_iropt.h \ | 146 | lj_buf.h lj_gc.h lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_ircall.h \ |
147 | lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_ctype.h lj_carith.h \ | 147 | lj_iropt.h lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_ctype.h \ |
148 | lj_vm.h lj_strscan.h lj_folddef.h | 148 | lj_carith.h lj_vm.h lj_strscan.h lj_folddef.h |
149 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 149 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
150 | lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_ir.h lj_jit.h \ | 150 | lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_ir.h lj_jit.h \ |
151 | lj_iropt.h lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h \ | 151 | lj_iropt.h lj_trace.h lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h \ |