|
Posted by bill robertson on December 22, 2007, 4:10 pm
Please log in for more thread options
> Hi Phil,
>
> The change you made to CVS produces error now.
>
> 2007-12-22 22:03 UTC+0300 Phil Krylov <phil a t newstar.rinet.ru>
> * include/hbapi.h
> * include/hbexpra.c
> * include/hbexprb.c
> * include/hbexprop.h
> * include/simplex.c
> * source/common/expropt1.c
> * source/common/hbstr.c
> * source/compiler/harbour.slx
> * source/compiler/harbour.sly
> * source/macro/macro.slx
> * source/macro/macro.y
> * changed parameters in function: hb_compStrToNum() now the string
> size is passed explicitly so it can work with strings which does
> not have trailing ASCII NUL character.
> * fixed " quoting in extended strings
> * removed q quoting
> + added support for x<hex> and <oct> quoting in extended strings
> (just like in C).
> ! fixed final string size calculation in extended strings
> + added hb_strlow
> ! Extended strings in all contexts can include NULs.
> (Mostly borrowed from Harbour. I had to do Simplex integration myself,
> I hope I did not miss anything.)
>
>
> cc32 -c -Iinclude;sourcecompiler;sourcemacro -d -5 -6 -a8 -O2 -D__WIN32__
> -oobjb32harbour.obj sourcecompilerharbour.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> sourcecompilerharbour.c:
> bison -v -d sourcecompilerharbour.sly -oobjb32harboury.c
>
> ** error -1073741819 ** deleting objb32harboury.c
>
Sorry, bad fingers--went to wrong group.
|