diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 60e6e6d6c6..f0306b7263 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990926-19:22 GMT+1 Victor Szel + * funclist.txt + + __ACCEPTSTR marked ready. + * source/hbpp/hbpp.c + ! Non-ANSI (//) comments changed to /**/ + 19990926-17:22 GMT+1 Victor Szel * source/rtl/asort.prg ! The block return type detection code now calls the block with diff --git a/harbour/funclist.txt b/harbour/funclist.txt index bcbf4132b2..a79222e688 100644 --- a/harbour/funclist.txt +++ b/harbour/funclist.txt @@ -261,7 +261,7 @@ RDDNAME ;R; RDDSETDEFAULT ;R; ; INTERNAL FUNCTIONS __Accept ;R; -__AcceptStr ;N; +__AcceptStr ;R; __AtPrompt ;R; __CopyFile ;R; __dbApp ;N; diff --git a/harbour/source/hbpp/hbpp.c b/harbour/source/hbpp/hbpp.c index 6106fd4840..01d1a49688 100644 --- a/harbour/source/hbpp/hbpp.c +++ b/harbour/source/hbpp/hbpp.c @@ -1022,7 +1022,7 @@ int WorkMarkers( char **ptrmp, char **ptri, char *ptro, int *lenres ) { if ( numBrackets ) { -// SearnRep( exppatt,"",0,ptro,lenres); +/* SearnRep( exppatt,"",0,ptro,lenres); */ return 0; } } @@ -1044,7 +1044,7 @@ int WorkMarkers( char **ptrmp, char **ptri, char *ptro, int *lenres ) { if ( numBrackets ) { -// SearnRep( exppatt,"",0,ptro,lenres); +/* SearnRep( exppatt,"",0,ptro,lenres); */ return 0; } } @@ -1063,7 +1063,7 @@ int WorkMarkers( char **ptrmp, char **ptri, char *ptro, int *lenres ) { if ( numBrackets ) { -// SearnRep( exppatt,"",0,ptro,lenres); +/* SearnRep( exppatt,"",0,ptro,lenres); */ return 0; } } @@ -1073,7 +1073,7 @@ int WorkMarkers( char **ptrmp, char **ptri, char *ptro, int *lenres ) { if ( numBrackets ) { -// SearnRep( exppatt,"",0,ptro,lenres); +/* SearnRep( exppatt,"",0,ptro,lenres); */ return 0; } else lenreal = 0; @@ -1137,7 +1137,7 @@ int WorkMarkers( char **ptrmp, char **ptri, char *ptro, int *lenres ) { /* If restricted match marker doesn't correspond to real parameter */ if ( numBrackets ) { -// SearnRep( exppatt,"",0,ptro,lenres); +/* SearnRep( exppatt,"",0,ptro,lenres); */ return 0; } else return 0;