This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r152798 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Thu Oct 15 06:35:24 2009
New Revision: 152798

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152798
Log:
2009-10-16  Basile Starynkevitch  <basile@starynkevitch.net>
	[starting renaming...]
	* gcc/melt-predef.list: sorted alphabetically & some renamed...
	* gcc/melt-runtime.h: renamed DISCR_NULLRECV as DISCR_NULL_RECEIVER &
	DISCR_CONSTINTEGER as DISCR_CONSTANT_INTEGER.
	* gcc/melt-runtime.c (meltgc_new_mixbigint_mpz): renamed
	DISCR_MIXBIGINT as DISCR_MIXED_BIGINT.
	(meltgc_send): renamed DISCR_NULLRECV as DISCR_NULL_RECEIVER.
	(makesexpr): renamed DISCR_MIXEDINT as DISCR_MIXED_INTEGER &
	DISCR_MIXEDLOC as DISCR_MIXED_LOCATION.
	* gcc/run-melt.h: temporary added #define-s [oldpredef
	newpredefname]. Should remove them as soon as possible.
	* gcc/melt/warmelt-first.melt: renaming
	    class_discr => class_discriminant
	    discr_anyrecv => discr_any_receiver
	    discr_constinteger => discr_constant_integer
	    discr_mixbigint => discr_mixed_bigint
	    discr_mixedint => discr_mixed_integer
	    discr_mixedloc => discr_mixed_location
	    discr_namestring => discr_name_string
	    discr_nullrecv => discr_null_receiver
	    discr_verbatimstring => discr_verbatim_string
	    discr_seqclass => discr_class_sequence
	    discr_seqfield => discr_field_sequence
	with temporary export_synonym for old compatibility.



Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-predef.list
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/run-melt.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]