2009-08-23 13:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/rddads/rddads.h
    * eliminated explicit casting to keep strict aliasing rules
This commit is contained in:
Przemyslaw Czerpak
2009-08-23 11:17:16 +00:00
parent a8a9e8a545
commit 6f3e596ad7
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-23 13:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/rddads/rddads.h
* eliminated explicit casting to keep strict aliasing rules
2009-08-23 13:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/globsh.mk
* config/readme.txt

View File

@@ -169,7 +169,7 @@ typedef ADSAREA * ADSAREAP;
{ \
if( (p)->lpdbPendingRel->isScoped && \
!(p)->lpdbPendingRel->isOptimized ) \
SELF_FORCEREL( ( AREAP ) (p) ); \
SELF_FORCEREL( &(p)->area ); \
else \
(p)->lpdbPendingRel = NULL; \
}