diff options
author | Mike Pall <mike> | 2012-10-02 11:59:32 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-02 11:59:32 +0200 |
commit | faf05c3a13e3b9b37a128a589a0b780a5fb7720e (patch) | |
tree | 1d1e040198151c28d4588c03489ddc756cf4a7fc /src/Makefile.dep | |
parent | 0d7094f36e62854d882c528efb634210b6c9455d (diff) | |
download | luajit-faf05c3a13e3b9b37a128a589a0b780a5fb7720e.tar.gz luajit-faf05c3a13e3b9b37a128a589a0b780a5fb7720e.tar.bz2 luajit-faf05c3a13e3b9b37a128a589a0b780a5fb7720e.zip |
From Lua 5.2: '%s' option to string.format() behaves like tostring().
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index b2d6b6a7..cab23b79 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -32,8 +32,8 @@ lib_package.o: lib_package.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | |||
32 | lj_def.h lj_arch.h lj_err.h lj_errmsg.h lj_lib.h | 32 | lj_def.h lj_arch.h lj_err.h lj_errmsg.h lj_lib.h |
33 | lib_string.o: lib_string.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | 33 | lib_string.o: lib_string.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ |
34 | lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h \ | 34 | lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h \ |
35 | lj_state.h lj_ff.h lj_ffdef.h lj_bcdump.h lj_lex.h lj_char.h lj_lib.h \ | 35 | lj_meta.h lj_state.h lj_ff.h lj_ffdef.h lj_bcdump.h lj_lex.h lj_char.h \ |
36 | lj_libdef.h | 36 | lj_lib.h lj_libdef.h |
37 | lib_table.o: lib_table.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | 37 | lib_table.o: lib_table.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ |
38 | lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_tab.h lj_lib.h \ | 38 | lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_tab.h lj_lib.h \ |
39 | lj_libdef.h | 39 | lj_libdef.h |