2001-07-16 22:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-07-16 18:56:43 +00:00
parent 6ed48b5b25
commit 4e9ffa1634
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-07-16 22:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/pp/ppcore.c
! minor fix, related to using of __PreProcess() function
2001-07-16 09:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
* source/vm/macro.c

View File

@@ -177,7 +177,7 @@ static int s_ParseState;
static int s_maxCondCompile;
static int s_aIsRepeate[ 5 ];
static int s_Repeate;
static BOOL s_bReplacePat;
static BOOL s_bReplacePat = TRUE;
static int s_numBrackets;
static char s_groupchar;
static char s_prevchar;