* harbour/bin/hb-func.sh
* harbour/bin/hb-mkslib.sh
* harbour/bin/postinst.sh
* harbour/config/bsd/gcc.cf
* harbour/config/darwin/gcc.cf
* harbour/config/dos/owatcom.cf
* harbour/config/hpux/gcc.cf
* harbour/config/linux/gcc.cf
* harbour/config/linux/owatcom.cf
* harbour/config/os2/gcc.cf
* harbour/config/sunos/gcc.cf
* harbour/config/w32/watcom.cf
* harbour/contrib/rdd_ads/ads1.c
* harbour/contrib/rdd_ads/adsfunc.c
* harbour/include/hbapifs.h
* harbour/include/hbexprc.c
* harbour/include/hbsetup.h
* harbour/source/common/expropt2.c
* harbour/source/common/hbdate.c
* harbour/source/common/hbgete.c
* harbour/source/common/hbstr.c
* harbour/source/common/hbver.c
* harbour/source/common/hbverdsp.c
* harbour/source/compiler/cmdcheck.c
* harbour/source/compiler/fixflex.c
* harbour/source/compiler/gencobj.c
* harbour/source/compiler/genobj32.c
* harbour/source/compiler/harbour.c
* harbour/source/compiler/harbour.l
* harbour/source/compiler/harbour.y
* harbour/source/compiler/harbour.yyc
* harbour/source/compiler/hbfix.c
* harbour/source/compiler/hbfunchk.c
* harbour/source/pp/ppcore.c
* harbour/source/pp/ppgen.c
* harbour/source/pp/pplib.c
* harbour/source/rdd/dbcmd.c
* harbour/source/rdd/workarea.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* harbour/source/rdd/dbffpt/dbffpt1.c
* harbour/source/rdd/hsx/hsx.c
* harbour/source/rtl/accept.c
* harbour/source/rtl/ampm.c
* harbour/source/rtl/console.c
* harbour/source/rtl/defpath.c
* harbour/source/rtl/errorint.c
* harbour/source/rtl/filesys.c
* harbour/source/rtl/fkmax.c
* harbour/source/rtl/fstemp.c
* harbour/source/rtl/hbffind.c
* harbour/source/rtl/hbgtcore.c
* harbour/source/rtl/langapi.c
* harbour/source/rtl/seconds.c
* harbour/source/rtl/set.c
* harbour/source/rtl/tobject.prg
* harbour/source/rtl/transfrm.c
* harbour/source/rtl/gtcrs/chrmap.c
* harbour/source/rtl/gtcrs/gtcrs.c
* harbour/source/rtl/gtcrs/gtcrs.h
* harbour/source/rtl/gtpca/gtpca.c
* harbour/source/rtl/gtwvt/gtwvt.c
* harbour/source/rtl/gtxwc/gtxwc.c
* harbour/source/vm/classes.c
* harbour/source/vm/cmdarg.c
* harbour/source/vm/debug.c
* harbour/source/vm/estack.c
* harbour/source/vm/fm.c
* harbour/source/vm/hvm.c
* harbour/source/vm/macro.c
* harbour/source/vm/proc.c
* harbour/source/vm/runner.c
* harbour/utils/hbmake/hbmlang.c
* harbour/utils/hbpp/hbpp.c
* harbour/utils/hbpp/hbppcomp.c
* harbour/utils/hbpp/hbppcore.c
* harbour/utils/hbpp/hbpplib.c
* harbour/utils/hbpp/pragma.c
* harbour/utils/hbver/hbverfix.c
* general code cleanup: all strcpy() and strcat() replaced hb strn*()
and hb_strn*(), sprintf() by snprintf(), etc.
It fixed some possible buffer overflow but it's also possible that
it will exploit some some hidden so far problems but I strongly
prefer to know about them ASAP to fix them before final 1.0 release.
! fixed bug I introduce in codeblock falgs which disabled early macro
evaluation in codeblocks.
! added missing protection against execution by bison destructor for
used CBSTART token on syntax error.
% use PP stringify logik added for FLEX support to remove all redundant
spaces in stringified for early macro evaluation codeblocks and add
spaces between operators if after preprocessing they were removed.
Now we are supporting also some code which cannot be compiled by
Clipper.
% cleaned and improved the speed of printer redirecting in console code.
Chen please check if CG still reports problems and if not ubdate
TODO/TOFIX or inform me about them.
* some cleanups in building process for different *nixes: MacOSX, SunOS,
*BSD, etc.
* removed not longer necessary (I hope) compiler flag to force default
'char' type as signed. Now Harbour should work with signed and unsigned
char without any problems. To other developers: please remember that
when you are using 'char' as 8 bytes signed integer then it's a bug.
Always explicitly use: 'signed char' in such case. On some platforms
it's not possible to set default type for 'char' so if you hardcode
that 'char' is signed or unsigned somewhere then code will not be
portable. Chen if you will find a while to also rebuild Harbour with
BCC and -K switch to make some tests with CG then I'll be thankful.
633 lines
16 KiB
C
633 lines
16 KiB
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* Preprocessor & Compiler integration module
|
|
*
|
|
* Copyright 1999 Alexander S.Kresin <alex@belacy.belgorod.su>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* This program 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 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program 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 this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* Avoid tracing in preprocessor/compiler.
|
|
*/
|
|
#if ! defined(HB_TRACE_UTILS)
|
|
#if defined(HB_TRACE_LEVEL)
|
|
#undef HB_TRACE_LEVEL
|
|
#endif
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "hbpp.h"
|
|
#include "hbcomp.h"
|
|
|
|
static void pp_ParseBuffer( PFILE, int * );
|
|
static char *pp_TextCommand( char * ptr, int *pLen );
|
|
static void pp_TextBlockFinish( void );
|
|
static void pp_StreamBlockFinish( void );
|
|
|
|
#if !defined(HB_PP_DEBUG_MEMORY)
|
|
static char s_szLine[ HB_PP_STR_SIZE ];
|
|
static char s_szOutLine[ HB_PP_STR_SIZE ];
|
|
#else
|
|
static char *s_szLine = NULL;
|
|
static char *s_szOutLine = NULL;
|
|
#endif
|
|
int hb_pp_LastOutLine = 1;
|
|
static char *s_TextOutFunc = NULL;
|
|
static char *s_TextEndFunc = NULL;
|
|
static char *s_TextStartFunc = NULL;
|
|
|
|
/*
|
|
BOOL bDebug = FALSE;
|
|
*/
|
|
|
|
void hb_pp_InternalFree( void )
|
|
{
|
|
#if defined(HB_PP_DEBUG_MEMORY)
|
|
if( s_szLine )
|
|
{
|
|
hb_xfree( (void *)s_szLine );
|
|
s_szLine = NULL;
|
|
}
|
|
if( s_szOutLine )
|
|
{
|
|
hb_xfree( (void *)s_szOutLine );
|
|
s_szOutLine = NULL;
|
|
}
|
|
#endif
|
|
if( s_TextOutFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextOutFunc );
|
|
s_TextOutFunc = NULL;
|
|
}
|
|
if( s_TextEndFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextEndFunc );
|
|
s_TextEndFunc = NULL;
|
|
}
|
|
if( s_TextStartFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextStartFunc );
|
|
s_TextStartFunc = NULL;
|
|
}
|
|
}
|
|
|
|
int hb_pp_Internal_( FILE * handl_o, char * sOut )
|
|
{
|
|
PFILE pFile;
|
|
char * ptr, * ptrOut, * tmpPtr;
|
|
int lContinue;
|
|
int rdlen;
|
|
ULONG lens;
|
|
int lLine = 0;
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_pp_Internal_(%p, %s)", handl_o, sOut));
|
|
|
|
#if defined(HB_PP_DEBUG_MEMORY)
|
|
if( ! s_szLine )
|
|
s_szLine = (char *) hb_xgrab( HB_PP_STR_SIZE );
|
|
if( ! s_szOutLine )
|
|
s_szOutLine = (char *) hb_xgrab( HB_PP_STR_SIZE );
|
|
#endif
|
|
|
|
hb_pp_NestedLiteralString = FALSE;
|
|
hb_pp_LiteralEscSeq = FALSE;
|
|
while( TRUE )
|
|
{
|
|
pFile = hb_comp_files.pLast;
|
|
lens = 0;
|
|
lContinue = 0;
|
|
ptrOut = sOut;
|
|
while( ( rdlen = hb_pp_RdStr( pFile->handle, s_szLine + lens, HB_PP_STR_SIZE -
|
|
lens, lContinue, ( char * ) pFile->pBuffer, &( pFile->lenBuffer ),
|
|
&( pFile->iBuffer ) ) ) >= 0 )
|
|
{
|
|
lens += rdlen;
|
|
hb_comp_iLine ++;
|
|
|
|
if( lens >= HB_PP_STR_SIZE-2 )
|
|
{
|
|
hb_compGenError( NULL, hb_pp_szErrors, 'F', HB_PP_ERR_BUFFER_OVERFLOW, NULL, NULL );
|
|
}
|
|
|
|
if( hb_pp_StreamBlock )
|
|
{
|
|
if( hb_pp_StreamBlock == HB_PP_STREAM_DUMP_C )
|
|
break;
|
|
else if( hb_pp_StreamBlock == HB_PP_STREAM_CLIPPER )
|
|
{
|
|
/* Clipper compatible TEXT/ENDTEXT handling */
|
|
ptr = s_szLine;
|
|
HB_SKIPTABSPACES( ptr );
|
|
if( hb_stricmp( ptr, "ENDTEXT" ) == 0 ||
|
|
hb_stricmp( ptr, "#pragma __endtext" ) == 0 )
|
|
{
|
|
pp_TextBlockFinish();
|
|
break;
|
|
}
|
|
|
|
if( s_TextOutFunc )
|
|
{
|
|
memmove( s_szLine+1, s_szLine, lens++ );
|
|
s_szLine[ 0 ] = '[';
|
|
s_szLine[ lens++ ] = ']';
|
|
s_szLine[ lens ] = '\0';
|
|
lens = snprintf( s_szOutLine, HB_PP_STR_SIZE, s_TextOutFunc, s_szLine );
|
|
memcpy( s_szLine, s_szOutLine, lens+1 );
|
|
hb_pp_NestedLiteralString = TRUE;
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
s_szLine[ 0 ] = '\0'; /* discard text */
|
|
}
|
|
}
|
|
else if( hb_pp_StreamBlock == HB_PP_STREAM_PRG )
|
|
{
|
|
ptr = s_szLine + lens - rdlen;
|
|
HB_SKIPTABSPACES( ptr );
|
|
if( hb_stricmp( ptr, "ENDTEXT" ) == 0 ||
|
|
hb_stricmp( ptr, "#pragma __endtext" ) == 0 )
|
|
{
|
|
lens -= rdlen;
|
|
s_szLine[ lens ] = '\0';
|
|
pp_StreamBlockFinish( );
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
lContinue = 1;
|
|
continue;
|
|
}
|
|
}
|
|
else if( hb_pp_StreamBlock == HB_PP_STREAM_C )
|
|
{
|
|
ptr = s_szLine + lens - rdlen;
|
|
HB_SKIPTABSPACES( ptr );
|
|
if( hb_stricmp( ptr, "ENDTEXT" ) == 0 ||
|
|
hb_stricmp( ptr, "#pragma __endtext" ) == 0 )
|
|
{
|
|
lens -= rdlen;
|
|
s_szLine[ lens ] = '\0';
|
|
pp_StreamBlockFinish( );
|
|
hb_pp_LiteralEscSeq = TRUE;
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
lContinue = 1;
|
|
continue;
|
|
}
|
|
}
|
|
}
|
|
|
|
if( s_szLine[ lens - 1 ] == ';' )
|
|
{
|
|
lContinue = pFile->lenBuffer ? 1 : 0;
|
|
lens--;
|
|
lens--;
|
|
while( s_szLine[ lens ] == ' ' || s_szLine[ lens ] == '\t' ) lens--;
|
|
s_szLine[ ++lens ] = ' ';
|
|
s_szLine[ ++lens ] = '\0';
|
|
}
|
|
else
|
|
{
|
|
lContinue = 0;
|
|
lens = 0;
|
|
}
|
|
|
|
if( !lContinue )
|
|
{
|
|
pp_ParseBuffer( pFile, &lLine );
|
|
break;
|
|
}
|
|
}
|
|
|
|
if( rdlen < 0 )
|
|
{
|
|
if( hb_comp_files.iFiles == 1 )
|
|
return 0; /* we have reached the main EOF */
|
|
else
|
|
{
|
|
hb_pp_CloseInclude();
|
|
lLine = 1;
|
|
}
|
|
|
|
/* Ron Pinkas added 2000-06-22 */
|
|
s_szLine[0] = '\0';
|
|
break;
|
|
/* Ron Pinkas end 2000-06-22 */
|
|
}
|
|
|
|
if( *s_szLine ) break;
|
|
}
|
|
|
|
if( lLine )
|
|
{
|
|
if( hb_comp_files.iFiles == 1 )
|
|
hb_pp_LastOutLine = hb_comp_iLine;
|
|
|
|
snprintf( ptrOut, HB_PP_STR_SIZE, "#line %d \"%s\"", ( hb_comp_files.pLast->iLine ) , hb_comp_files.pLast->szFileName );
|
|
|
|
while( *ptrOut ) ptrOut++;
|
|
|
|
/* Ron Pinkas added 2000-06-14 */
|
|
tmpPtr = s_szLine;
|
|
HB_SKIPTABSPACES( tmpPtr );
|
|
|
|
/* Last Opened file ended without CR - adding CR to the #line directive. */
|
|
if( *tmpPtr != '\0' )
|
|
{
|
|
*ptrOut++ = '\n';
|
|
*ptrOut = '\0';
|
|
}
|
|
/* Ron Pinkas end 2000-06-14 */
|
|
}
|
|
else
|
|
{
|
|
/* Ron Pinkas added 2000-06-13 */
|
|
/* Ignore empty lines in #included files. */
|
|
/* Ron Pinkas removed 2001-01-20 */
|
|
#if 0
|
|
if( ( hb_pp_LastOutLine != hb_comp_iLine ) && hb_comp_files.iFiles == 1 && handl_o )
|
|
/* Ron Pinkas end 2000-06-13 */
|
|
for( ; hb_pp_LastOutLine < hb_comp_iLine; hb_pp_LastOutLine++ )
|
|
hb_pp_WrStr( handl_o, "\n" );
|
|
#endif
|
|
/* END Ron Pinkas removed 2001-01-20 */
|
|
}
|
|
|
|
lens = hb_pp_strocpy( ptrOut, s_szLine ) + ( ptrOut - sOut );
|
|
|
|
*( sOut + lens++ ) = '\n';
|
|
*( sOut + lens ) = '\0';
|
|
|
|
if( hb_comp_iLineINLINE && hb_pp_StreamBlock == 0 )
|
|
{
|
|
hb_comp_iLine = hb_comp_iLinePRG + ( hb_comp_iLine - hb_comp_iLineINLINE );
|
|
hb_comp_iLine++;
|
|
hb_comp_iLineINLINE = 0;
|
|
}
|
|
|
|
if( handl_o )
|
|
{
|
|
hb_pp_WrStr( handl_o, sOut );
|
|
}
|
|
|
|
#if 0
|
|
printf( "%d : %s\n", hb_comp_iLine, sOut );
|
|
#endif
|
|
|
|
return lens;
|
|
}
|
|
|
|
static void pp_ParseBuffer( PFILE pFile, int *plLine )
|
|
{
|
|
BOOL bCont = TRUE;
|
|
char * ptr;
|
|
|
|
while( bCont && *s_szLine != '\0' )
|
|
{
|
|
ptr = s_szLine;
|
|
HB_SKIPTABSPACES( ptr );
|
|
|
|
if( *ptr == '#' )
|
|
{
|
|
BOOL bIgnore = hb_pp_ParseDirective_( ptr );
|
|
|
|
if( pFile != hb_comp_files.pLast )
|
|
{
|
|
pFile = ( PFILE ) ( ( PFILE ) hb_comp_files.pLast )->pPrev;
|
|
|
|
if( *plLine )
|
|
{
|
|
snprintf( s_szLine, HB_PP_STR_SIZE, "#line %d \"%s\"\n", pFile->iLine, pFile->szFileName );
|
|
*plLine = 0;
|
|
}
|
|
else
|
|
*s_szLine = '\0';
|
|
|
|
snprintf( s_szLine + strlen(s_szLine), HB_PP_STR_SIZE - strlen(s_szLine),
|
|
"#line 1 \"%s\"", hb_comp_files.pLast->szFileName );
|
|
bCont = FALSE;
|
|
}
|
|
else if( bIgnore )
|
|
*s_szLine = '\0';
|
|
else
|
|
{
|
|
hb_pp_ParseExpression( ptr, s_szOutLine, TRUE );
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if( *ptr == '\0' )
|
|
{
|
|
if( hb_comp_files.iFiles == 1 )
|
|
*s_szLine = '\0';
|
|
else
|
|
bCont = FALSE;
|
|
}
|
|
else
|
|
{
|
|
if( hb_pp_nCondCompile == 0 || hb_pp_aCondCompile[ hb_pp_nCondCompile - 1 ] )
|
|
{
|
|
hb_pp_ParseExpression( ptr, s_szOutLine, TRUE );
|
|
HB_SKIPTABSPACES( ptr );
|
|
|
|
bCont = ( *ptr == '#' );
|
|
}
|
|
else
|
|
*s_szLine = '\0';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
static char *pp_TextCommand( char * ptr, int *pLen )
|
|
{
|
|
int i;
|
|
char *cCommand = NULL;
|
|
|
|
i = 0;
|
|
while( ptr[i] && ptr[i] != '|' )
|
|
{
|
|
i++;
|
|
}
|
|
if( i > 0 )
|
|
{
|
|
cCommand = (char *)hb_xgrab( i+1 );
|
|
i = 0;
|
|
while( ptr[i] && ptr[i] != '|' )
|
|
{
|
|
cCommand[ i ] = ptr[ i ];
|
|
i++;
|
|
}
|
|
cCommand[ i ] = '\0';
|
|
*pLen -= i+1;
|
|
if( *pLen )
|
|
memcpy( ptr, ptr+i+1, *pLen );
|
|
else
|
|
ptr[ 0 ] ='\0';
|
|
}
|
|
else if( i == 0 && *ptr == '|' )
|
|
{
|
|
(*pLen)--;
|
|
if( *pLen )
|
|
memcpy( ptr, ptr+1, *pLen );
|
|
else
|
|
*ptr ='\0';
|
|
}
|
|
|
|
return cCommand;
|
|
}
|
|
|
|
static void pp_TextBlockFinish( void )
|
|
{
|
|
hb_pp_StreamBlock = 0;
|
|
if( s_TextEndFunc )
|
|
{
|
|
hb_strncpy( s_szLine, s_TextEndFunc, sizeof( s_szLine ) - 1 );
|
|
hb_xfree( (void *)s_TextEndFunc );
|
|
s_TextEndFunc = NULL;
|
|
}
|
|
else
|
|
{
|
|
s_szLine[ 0 ] = '\0';
|
|
}
|
|
if( s_TextOutFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextOutFunc );
|
|
s_TextOutFunc = NULL;
|
|
}
|
|
if( s_TextStartFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextStartFunc );
|
|
s_TextStartFunc = NULL;
|
|
}
|
|
hb_pp_NestedLiteralString = FALSE;
|
|
}
|
|
|
|
BOOL hb_pp_StreamBlockBegin( char * ptr, int iStreamType )
|
|
{
|
|
BOOL bIgnore = TRUE;
|
|
int len;
|
|
|
|
switch( iStreamType )
|
|
{
|
|
case HB_PP_STREAM_CLIPPER:
|
|
{
|
|
/* internal handling of TEXT/ENDTEXT command
|
|
* #pragma __text|functionOut|functionEnd|functionStart
|
|
*/
|
|
len = strlen(ptr) - 6;
|
|
memcpy( ptr, ptr+7, len );
|
|
s_TextOutFunc = pp_TextCommand( ptr, &len );
|
|
s_TextEndFunc = pp_TextCommand( ptr, &len );
|
|
s_TextStartFunc = pp_TextCommand( ptr, &len );
|
|
if( s_TextStartFunc )
|
|
{
|
|
memcpy( ptr, s_TextStartFunc, strlen(s_TextStartFunc)+1 );
|
|
bIgnore = FALSE;
|
|
}
|
|
hb_pp_StreamBlock = iStreamType;
|
|
break;
|
|
}
|
|
|
|
case HB_PP_STREAM_PRG:
|
|
{
|
|
/* internal handling of TEXT/ENDTEXT command
|
|
* #pragma __stream|functionOut|functionEnd|functionStart
|
|
* (lines are joined with CR/LF or LF)
|
|
*/
|
|
len = strlen(ptr) - 8;
|
|
memcpy( ptr, ptr+9, len );
|
|
s_TextOutFunc = pp_TextCommand( ptr, &len );
|
|
s_TextEndFunc = pp_TextCommand( ptr, &len );
|
|
s_TextStartFunc = pp_TextCommand( ptr, &len );
|
|
*ptr ='\0';
|
|
hb_pp_StreamBlock = iStreamType;
|
|
break;
|
|
}
|
|
|
|
case HB_PP_STREAM_C:
|
|
{
|
|
/* internal handling of TEXT/ENDTEXT command
|
|
* #pragma __cstream|functionOut|functionEnd|functionStart
|
|
* (lines are joined and C esc sequences are converted)
|
|
*/
|
|
len = strlen(ptr) - 9;
|
|
memcpy( ptr, ptr+10, len );
|
|
s_TextOutFunc = pp_TextCommand( ptr, &len );
|
|
s_TextEndFunc = pp_TextCommand( ptr, &len );
|
|
s_TextStartFunc = pp_TextCommand( ptr, &len );
|
|
*ptr ='\0';
|
|
hb_pp_StreamBlock = iStreamType;
|
|
break;
|
|
}
|
|
|
|
default:
|
|
break;
|
|
}
|
|
return bIgnore;
|
|
}
|
|
|
|
static void pp_StreamBlockFinish( void )
|
|
{
|
|
hb_pp_StreamBlock = 0;
|
|
snprintf( s_szOutLine, HB_PP_STR_SIZE, s_TextOutFunc, s_szLine );
|
|
s_szLine[ 0 ] = '\0';
|
|
if( s_TextStartFunc )
|
|
{
|
|
hb_strncat( s_szLine, s_TextStartFunc, HB_PP_STR_SIZE - 1 );
|
|
hb_xfree( (void *)s_TextStartFunc );
|
|
s_TextStartFunc = NULL;
|
|
}
|
|
hb_strncat( s_szLine, "[", HB_PP_STR_SIZE - 1 );
|
|
hb_strncat( s_szLine, s_szOutLine, HB_PP_STR_SIZE - 1 );
|
|
hb_strncat( s_szLine, "]", HB_PP_STR_SIZE - 1 );
|
|
if( s_TextEndFunc )
|
|
{
|
|
hb_strncat( s_szLine, s_TextEndFunc, HB_PP_STR_SIZE - 1 );
|
|
hb_xfree( (void *)s_TextEndFunc );
|
|
s_TextEndFunc = NULL;
|
|
}
|
|
if( s_TextOutFunc )
|
|
{
|
|
hb_xfree( (void *)s_TextOutFunc );
|
|
s_TextOutFunc = NULL;
|
|
}
|
|
hb_pp_NestedLiteralString = TRUE;
|
|
}
|
|
|
|
void hb_pp_BlockEnd( )
|
|
{
|
|
if( hb_pp_StreamBlock == HB_PP_STREAM_CLIPPER )
|
|
pp_TextBlockFinish();
|
|
else
|
|
pp_StreamBlockFinish();
|
|
}
|
|
|
|
|
|
int hb_pp_ReadRules( void )
|
|
{
|
|
PFILE pFile;
|
|
char * ptr;
|
|
int lContinue;
|
|
int lens, rdlen;
|
|
|
|
HB_TRACE(HB_TR_DEBUG, ("hb_pp_ReadRules()"));
|
|
#if defined(HB_PP_DEBUG_MEMORY)
|
|
if( ! s_szLine )
|
|
s_szLine = (char *) hb_xgrab( HB_PP_STR_SIZE );
|
|
if( ! s_szOutLine )
|
|
s_szOutLine = (char *) hb_xgrab( HB_PP_STR_SIZE );
|
|
#endif
|
|
while( TRUE )
|
|
{
|
|
pFile = hb_comp_files.pLast;
|
|
lens = lContinue = 0;
|
|
while( ( rdlen = hb_pp_RdStr( pFile->handle, s_szLine + lens, HB_PP_STR_SIZE -
|
|
lens, lContinue, ( char * ) pFile->pBuffer, &( pFile->lenBuffer ),
|
|
&( pFile->iBuffer ) ) ) >= 0 )
|
|
{
|
|
lens += rdlen;
|
|
hb_comp_iLine++;
|
|
|
|
if( s_szLine[ lens - 1 ] == ';' )
|
|
{
|
|
lContinue = 1;
|
|
lens--;
|
|
lens--;
|
|
while( s_szLine[ lens ] == ' ' || s_szLine[ lens ] == '\t' ) lens--;
|
|
s_szLine[ ++lens ] = ' ';
|
|
s_szLine[ ++lens ] = '\0';
|
|
}
|
|
else
|
|
{
|
|
lContinue = 0;
|
|
lens = 0;
|
|
}
|
|
|
|
if( ! lContinue )
|
|
{
|
|
if( *s_szLine != '\0' )
|
|
{
|
|
ptr = s_szLine;
|
|
HB_SKIPTABSPACES( ptr );
|
|
|
|
if( *ptr == '#' )
|
|
{
|
|
hb_pp_ParseDirective_( ptr );
|
|
}
|
|
|
|
*s_szLine = '\0';
|
|
}
|
|
|
|
break;
|
|
}
|
|
}
|
|
|
|
if( rdlen < 0 )
|
|
{
|
|
if( hb_comp_files.iFiles == 1 )
|
|
{
|
|
return 0; /* we have reached the main EOF */
|
|
}
|
|
else
|
|
{
|
|
hb_pp_CloseInclude();
|
|
hb_pp_LastOutLine = hb_comp_iLine;
|
|
}
|
|
|
|
*s_szLine = '\0';
|
|
}
|
|
}
|
|
}
|
|
|