ruby-changes:7056
From: knu <ko1@a...>
Date: Wed, 13 Aug 2008 17:31:32 +0900 (JST)
Subject: [ruby-changes:7056] Ruby:r18574 (trunk): * common.mk: regint.h no longer includes vm_core.h.
knu 2008-08-13 17:30:21 +0900 (Wed, 13 Aug 2008) New Revision: 18574 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18574 Log: * common.mk: regint.h no longer includes vm_core.h. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 18573) +++ ChangeLog (revision 18574) @@ -1,3 +1,7 @@ +Wed Aug 13 17:28:29 2008 Akinori MUSHA <knu@i...> + + * common.mk: regint.h no longer includes vm_core.h. + Wed Aug 13 17:26:44 2008 Tanaka Akira <akr@f...> * transcode_data.h (rb_transcoding): add fields: writebuf_off, Index: common.mk =================================================================== --- common.mk (revision 18573) +++ common.mk (revision 18574) @@ -530,45 +530,24 @@ {$(VPATH)}st.h re.$(OBJEXT): {$(VPATH)}re.c $(RUBY_H_INCLUDES) \ {$(VPATH)}st.h {$(VPATH)}re.h {$(VPATH)}regex.h {$(VPATH)}oniguruma.h \ - {$(VPATH)}encoding.h {$(VPATH)}util.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ + {$(VPATH)}encoding.h {$(VPATH)}util.h {$(VPATH)}regint.h \ {$(VPATH)}regenc.h regcomp.$(OBJEXT): {$(VPATH)}regcomp.c {$(VPATH)}regparse.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ - {$(VPATH)}config.h {$(VPATH)}defines.h \ + {$(VPATH)}regint.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}regenc.h {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regenc.$(OBJEXT): {$(VPATH)}regenc.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regenc.$(OBJEXT): {$(VPATH)}regenc.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regerror.$(OBJEXT): {$(VPATH)}regerror.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regerror.$(OBJEXT): {$(VPATH)}regerror.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regexec.$(OBJEXT): {$(VPATH)}regexec.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regexec.$(OBJEXT): {$(VPATH)}regexec.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h regparse.$(OBJEXT): {$(VPATH)}regparse.c {$(VPATH)}regparse.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ - {$(VPATH)}config.h {$(VPATH)}defines.h \ + {$(VPATH)}regint.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}regenc.h {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regsyntax.$(OBJEXT): {$(VPATH)}regsyntax.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regsyntax.$(OBJEXT): {$(VPATH)}regsyntax.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h ruby.$(OBJEXT): {$(VPATH)}ruby.c $(RUBY_H_INCLUDES) \ @@ -673,10 +652,7 @@ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h us_ascii.$(OBJEXT): {$(VPATH)}us_ascii.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h -unicode.$(OBJEXT): {$(VPATH)}unicode.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h utf_8.$(OBJEXT): {$(VPATH)}utf_8.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/