Updating hbppint.c
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
199908.01-16:30 GMT+3 Alexander Kresin
|
||||
* source/hbpp/hbppint.c
|
||||
* Bug fixed ( related to line continuation )
|
||||
|
||||
199908.01-20:30 WIB Andi Jahja
|
||||
* msgxxx.c
|
||||
correct directives, it now works
|
||||
@@ -35,7 +39,7 @@
|
||||
to VirtualMachine function
|
||||
|
||||
*source/rtl/itemapi.c
|
||||
+ added checking for proper type before calling hb_itemClear
|
||||
+ added checking for proper type before calling hb_itemClear
|
||||
|
||||
*include/rddapi.h
|
||||
* added forward declaration for _RDDFUNC struct
|
||||
@@ -53,10 +57,10 @@
|
||||
function before other INIT functions
|
||||
|
||||
*include/run_exp.h
|
||||
+ added symols: __MVPUBLIC, __MVPRIVATE
|
||||
+ added symols: __MVPUBLIC, __MVPRIVATE
|
||||
|
||||
*source/runner/Makefile
|
||||
+ added required libraries
|
||||
+ added required libraries
|
||||
|
||||
*include/extend.h
|
||||
* added declaration for hb_strMatchRegExp() function
|
||||
|
||||
@@ -82,6 +82,7 @@ int PreProcess( FILE* handl_i, FILE* handl_o, char *sOut )
|
||||
lContinue = 1;
|
||||
lens--; lens--;
|
||||
while ( sLine[lens] == ' ' || sLine[lens] == '\t' ) lens--;
|
||||
if ( sLine[lens+1] == ' ' || sLine[lens+1] == '\t' ) lens++;
|
||||
sLine[++lens] = '\0';
|
||||
|
||||
*ptrOut++ = '\n';
|
||||
|
||||
Reference in New Issue
Block a user