See ChangeLog entry 2000-08-09 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-08-09 19:38:24 +00:00
parent 283b555df8
commit bf9e8abfaf
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2000-08-09 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/pp/ppcore.c
! Reset s_iIncludes to zero in hb_pp_init(), so that the include
file nesting limit will not accumulate for multiple compilation.
2000-08-09 14:15 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.slx

View File

@@ -337,6 +337,7 @@ void hb_pp_Init( void )
s_maxCondCompile = 5;
s_bReplacePat = TRUE;
s_prevchar = 'A';
s_iIncludes = 0;
if( !hb_pp_aCondCompile )
hb_pp_aCondCompile = ( int * ) hb_xgrab( sizeof( int ) * 5 );