19990926-19:22 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-26 17:39:08 +00:00
parent 0777bbc2dc
commit 1afd8ae8f1
3 changed files with 12 additions and 6 deletions

View File

@@ -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

View File

@@ -261,7 +261,7 @@ RDDNAME ;R;
RDDSETDEFAULT ;R;
; INTERNAL FUNCTIONS
__Accept ;R;
__AcceptStr ;N;
__AcceptStr ;R;
__AtPrompt ;R;
__CopyFile ;R;
__dbApp ;N;

View File

@@ -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;