mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/depend: fixed dependency path to lex.c.
[ruby-core:21570] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
85c2f0aa4a
commit
0fff7aa624
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jan 27 04:02:53 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/ripper/depend: fixed dependency path to lex.c.
|
||||||
|
[ruby-core:21570]
|
||||||
|
|
||||||
Tue Jan 27 03:43:34 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Tue Jan 27 03:43:34 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* hash.c (rb_any_hash): fixed performance issues with nil, true,
|
* hash.c (rb_any_hash): fixed performance issues with nil, true,
|
||||||
|
|
|
@ -5,7 +5,7 @@ BISON = bison
|
||||||
|
|
||||||
src: ripper.c eventids1.c eventids2table.c
|
src: ripper.c eventids1.c eventids2table.c
|
||||||
|
|
||||||
ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
|
ripper.o: ripper.c $(top_srcdir)/lex.c eventids1.c eventids2.c eventids2table.c \
|
||||||
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
|
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
|
||||||
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
|
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
|
||||||
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
|
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
|
||||||
|
|
Loading…
Add table
Reference in a new issue