2009-11-25 02:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/tests/bldtest/bldtest.c
* disabled requirement for signed 'char' type - current Harbour code
should work with 'char' defined as signed and unsigned value.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-25 02:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/tests/bldtest/bldtest.c
|
||||
* disabled requirement for signed 'char' type - current Harbour code
|
||||
should work with 'char' defined as signed and unsigned value.
|
||||
|
||||
2009-11-25 00:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/fm.c
|
||||
* enabled HB_FM_DL_ALLOC by default in OS2 OpenWatcom builds
|
||||
|
||||
@@ -92,12 +92,7 @@ int main()
|
||||
}
|
||||
|
||||
n = (char)255;
|
||||
printf( "n=%d -> (char) type is %ssinged %s\n", n, n < 0 ? "" : "un",
|
||||
n < 0 ? "OK" : "BAD" );
|
||||
if ( n >= 0 )
|
||||
{
|
||||
iRet = 1;
|
||||
}
|
||||
printf( "n=%d -> (char) type is %ssigned\n", n, n < 0 ? "" : "un" );
|
||||
|
||||
if ( iRet )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user