19990926-19:22 GMT+1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
19990926-19:22 GMT+1 Victor Szel <info@szelvesz.hu>
|
||||
* funclist.txt
|
||||
+ __ACCEPTSTR marked ready.
|
||||
* source/hbpp/hbpp.c
|
||||
! Non-ANSI (//) comments changed to /**/
|
||||
|
||||
19990926-17:22 GMT+1 Victor Szel <info@szelvesz.hu>
|
||||
* source/rtl/asort.prg
|
||||
! The block return type detection code now calls the block with
|
||||
|
||||
@@ -261,7 +261,7 @@ RDDNAME ;R;
|
||||
RDDSETDEFAULT ;R;
|
||||
; INTERNAL FUNCTIONS
|
||||
__Accept ;R;
|
||||
__AcceptStr ;N;
|
||||
__AcceptStr ;R;
|
||||
__AtPrompt ;R;
|
||||
__CopyFile ;R;
|
||||
__dbApp ;N;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user