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]

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


Author: bstarynk
Date: Fri Jun 13 15:22:02 2008
New Revision: 136757

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136757
Log:
2008-06-13  Basile Starynkevitch  <basile@starynkevitch.net>
{moved TOKENIZER stuff into INITIAL_SYSTEM_DATA]

	* common.opt: variable count_basilys_debugskip_string instead of
	count_basilys_debugskip

	* basilys.h: removed BGLOB_CLASS_TOKENIZER, BGLOB_TOKENIZER, the
	FTOK_* enum.  enhanced FSYSDAT. Added  basilys_debugskipcount.

	* basilys.c: declared basilys_debugskipcount.
	(basilysgc_named_symbol, basilysgc_intern_symbol)
	(basilysgc_named_keyword, basilysgc_intern_keyword): use the
	INITIAL_SYSTEM_DATA instead of TOKENIZER. (basilys_initialize) set
	basilys_debugskipcount using count_basilys_debugskip_string.

	* melt/warm-basilys.bysl: removed all tokenizer stuff, using
	system_data instead. fetch_predefined works on small example.

	* warm-basilys-0.c: regenerated several times.


Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/common.opt
    branches/melt-branch/gcc/melt/warm-basilys.bysl
    branches/melt-branch/gcc/warm-basilys-0.c


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