From 6be86147f292b3178413bc644853ad80b620042e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 19 Nov 2010 12:14:18 +0000 Subject: Reintegrate tools from trunk --- tools/mhmake/src/flexskel.h | 395 -------------------------------------------- 1 file changed, 395 deletions(-) delete mode 100644 tools/mhmake/src/flexskel.h (limited to 'tools/mhmake/src/flexskel.h') diff --git a/tools/mhmake/src/flexskel.h b/tools/mhmake/src/flexskel.h deleted file mode 100644 index 8e02a7b32..000000000 --- a/tools/mhmake/src/flexskel.h +++ /dev/null @@ -1,395 +0,0 @@ -/* This file is part of mhmake. - * - * Copyright (C) 2001-2009 Marc Haesen - * - * Mhmake is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Mhmake is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Mhmake. If not, see . -*/ - -/* $Rev$ */ - -/* A lexical scanner header generated by flex */ -/* MODIFIED FOR C++ CLASS BY Alain Coetmeur: coetmeur(at)icdc.fr */ -/* Note that (at) mean the 'at' symbol that I cannot write */ -/* because it is expanded to the class name */ -/* made at Informatique-CDC, Research&development department */ -/* company from the Caisse Des Depots et Consignations */ - - -/*********************************************/ -/* SYSTEM dependent declaration, includes... */ -/*********************************************/ -/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ -#ifdef c_plusplus -#ifndef __cplusplus -#define __cplusplus -#endif -#endif -#ifdef __cplusplus -#ifndef YY_USE_PROTOS -#define YY_USE_PROTOS -#endif -#ifndef YY_USE_CLASS -#define YY_USE_CLASS -#endif -#else /* ! __cplusplus */ -#ifdef __STDC__ -#ifdef __GNUC__ -#else -#endif /* __GNUC__ */ -#ifndef YY_USE_PROTOS -#define YY_USE_PROTOS -#endif -#endif /* __STDC__ */ -#endif /* ! __cplusplus */ -/*********************************************/ -/* COMPILER DEPENDENT MACROS */ -/*********************************************/ -/* use prototypes in function declarations */ -#ifndef YY_PROTO -#ifdef YY_USE_PROTOS -#define YY_PROTO(proto) proto -#else -#define YY_PROTO(proto) () -#endif -#endif -#include - - - - -%% here is the declaration from section1 %header{ - -#ifdef YY_USE_CLASS -#ifdef YY_@_IOSTREAM -#include -#define YY_@_IFILE istream -#define YY_@_OFILE ostream -#define YY_@_ERRFILE cerr - -#ifndef YY_@_IFILE_DEFAULT -#define YY_@_IFILE_DEFAULT &cin -#endif - -#ifndef YY_@_OFILE_DEFAULT -#define YY_@_OFILE_DEFAULT &cout -#endif - -#endif -#endif - -#ifndef YY_@_IFILE -#define YY_@_IFILE FILE -#endif - -#ifndef YY_@_OFILE -#define YY_@_OFILE FILE -#endif - -#ifndef YY_@_ERRFILE -#define YY_@_ERRFILE stderr -#endif - -#ifndef YY_@_IFILE_DEFAULT -#define YY_@_IFILE_DEFAULT stdin -#endif - -#ifndef YY_@_OFILE_DEFAULT -#define YY_@_OFILE_DEFAULT stdout -#endif - - - - -#ifndef YY_@_TEXT -#define YY_@_TEXT yytext -#endif -#ifndef YY_@_LENG -#define YY_@_LENG yyleng -#endif -#ifndef YY_@_IN -#define YY_@_IN yyin -#endif -#ifndef YY_@_OUT -#define YY_@_OUT yyout -#endif - -#ifndef YY_@_LEX_RETURN -#define YY_@_LEX_RETURN int -#else -#ifndef YY_@_LEX_DEFINED -#define YY_@_LEX_DEFINED -#endif -#endif - -#ifndef YY_@_LEX -#define YY_@_LEX yylex -#else -#ifndef YY_@_LEX_DEFINED -#define YY_@_LEX_DEFINED -#endif -#endif - -#ifndef YY_@_LEX_PARAM -#ifndef YY_USE_PROTOS -#define YY_@_LEX_PARAM -#else -#define YY_@_LEX_PARAM void -#endif -#else -#ifndef YY_@_LEX_DEFINED -#define YY_@_LEX_DEFINED -#endif -#endif - -#ifndef YY_@_LEX_PARAM_DEF -#define YY_@_LEX_PARAM_DEF -#else -#ifndef YY_@_LEX_DEFINED -#define YY_@_LEX_DEFINED -#endif -#endif - -#ifndef YY_@_RESTART -#define YY_@_RESTART yyrestart -#endif -#ifndef YY_@_SWITCH_TO_BUFFER -#define YY_@_SWITCH_TO_BUFFER yy_switch_to_buffer -#endif -#ifndef YY_@_LOAD_BUFFER_STATE -#define YY_@_LOAD_BUFFER_STATE yy_load_buffer_state -#endif - -#ifndef YY_@_CREATE_BUFFER -#define YY_@_CREATE_BUFFER yy_create_buffer -#ifndef YY_USE_CLASS -#ifndef yy_new_buffer -#define yy_new_buffer yy_create_buffer -#endif -#endif -#endif -#ifndef YY_@_DELETE_BUFFER -#define YY_@_DELETE_BUFFER yy_delete_buffer -#endif -#ifndef YY_@_INIT_BUFFER -#define YY_@_INIT_BUFFER yy_init_buffer -#endif - - - -#ifdef YY_@_FLEX_DEBUG -#ifndef YY_@_DEBUG -#define YY_@_DEBUG 1 -#endif -#else -#ifndef YY_@_DEBUG -#define YY_@_DEBUG 0 -#endif -#endif - -#if YY_@_DEBUG != 0 -#ifndef YY_@_DEBUG_FLAG -#define YY_@_DEBUG_FLAG yy_flex_debug -#endif -#ifndef YY_@_DEBUG_INIT -#define YY_@_DEBUG_INIT 1 -#endif -#endif - - - - -#ifndef YY_USE_CLASS -#ifndef YY_@_CURRENT_BUFFER -#define YY_@_CURRENT_BUFFER yy_current_buffer -#endif -typedef struct yy_buffer_state *YY_BUFFER_STATE; - -extern void YY_@_RESTART YY_PROTO(( YY_@_IFILE *input_file )); -extern void YY_@_SWITCH_TO_BUFFER YY_PROTO(( YY_BUFFER_STATE new_buffer )); -extern void YY_@_LOAD_BUFFER_STATE YY_PROTO(( void )); -extern YY_BUFFER_STATE YY_@_CREATE_BUFFER YY_PROTO(( YY_@_IFILE *file, int size )); -extern void YY_@_DELETE_BUFFER YY_PROTO(( YY_BUFFER_STATE b )); -extern void YY_@_INIT_BUFFER YY_PROTO(( YY_BUFFER_STATE b, YY_@_IFILE *file )); - -#if YY_@_DEBUG != 0 -extern int YY_@_DEBUG_FLAG ; -#endif -extern YY_@_CHAR *YY_@_TEXT; -extern int YY_@_LENG; -extern YY_@_IFILE *YY_@_IN; -extern YY_@_OFILE *YY_@_OUT; -#ifdef YY_@_LEX_DEFINED -extern YY_@_LEX_RETURN YY_@_LEX ( YY_@_LEX_PARAM ) -YY_@_LEX_PARAM_DEF -#else -#ifndef YY_DECL -extern YY_@_LEX_RETURN YY_@_LEX ( YY_@_LEX_PARAM ) -YY_@_LEX_PARAM_DEF -#else -/* no declaration if oldstyle flex */ -#endif -#endif -#else - -#ifndef YY_@_CURRENT_BUFFER -#define YY_@_CURRENT_BUFFER YY_CURRENT_BUFFER -#endif -#ifndef YY_@_CLASS -#define YY_@_CLASS @ -#endif -#ifndef YY_@_ECHO -#define YY_@_ECHO yy_echo -#endif -#ifdef YY_@_ECHO_PURE -#define YY_@_ECHO_NOCODE -#endif - -#ifndef YY_@_ECHO_CODE -#ifndef YY_@_IOSTREAM -#define YY_@_ECHO_CODE fwrite( (char *) YY_@_TEXT, YY_@_LENG, 1, YY_@_OUT ); -#else -#define YY_@_ECHO_CODE (YY_@_OUT->write( (char *) YY_@_TEXT, YY_@_LENG)); -#endif -#endif - -#ifndef YY_@_INPUT -#define YY_@_INPUT yy_input -#endif -#ifdef YY_@_INPUT_PURE -#define YY_@_INPUT_NOCODE -#endif - -#ifndef YY_@_INPUT_CODE -#ifndef YY_@_IOSTREAM -#define YY_@_INPUT_CODE return result= ::fread( buffer, 1,max_size,YY_@_IN ); -#else -#define YY_@_INPUT_CODE if(YY_@_IN->eof()) result=0;else {YY_@_IN->read(buffer,max_size);result=YY_@_IN->gcount();YY_@_IN->clear(YY_@_IN->rdstate()&(~ios::failbit));if(YY_@_IN->bad()) result= -1;} return result; -#endif -#endif - -#ifdef YY_@_FATAL_ERROR_PURE -#define YY_@_FATAL_ERRO_NOCODE -#endif -#ifndef YY_@_FATAL_ERROR -#define YY_@_FATAL_ERROR yy_fatal_error -#endif - -#ifndef YY_@_FATAL_ERROR_CODE -#ifndef YY_@_IOSTREAM -#define YY_@_FATAL_ERROR_CODE fputs( msg, YY_@_ERRFILE );putc( '\n', YY_@_ERRFILE );exit( 1 ); -#else -#define YY_@_FATAL_ERROR_CODE YY_@_ERRFILE<< msg <