Revision: 13574
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13574&view=rev
Author:   druzus
Date:     2010-01-14 11:44:54 +0000 (Thu, 14 Jan 2010)

Log Message:
-----------
2010-01-14 12:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/include/hbpp.h
  * harbour/src/pp/ppcore.c
  * harbour/src/pp/pplib.c
  * harbour/src/compiler/ppcomp.c
    + added support for __pragma( <switchname> ) in #if expressions, i.e.:
         #if __pragma( WARNINGLEVEL ) >= 3
            #stdout Warnings set to level 3 or higher
         #endif
         #if !__pragma( z )
            #stdout Shortcut optimization enabled
         #else
            #stdout Force complete boolean evaluation
         #endif
         #if __pragma( kj )
            #stdout NO JUMP OPTIMIZATION
         #endif
         #if __pragma( km )
            #stdout MACRO TEXT SUBSTITUTION DISABLED
         #endif
         #if __pragma( kh )
            #stdout HARBOUR EXTENSIONS
         #endif

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/hbpp.h
    trunk/harbour/src/compiler/ppcomp.c
    trunk/harbour/src/pp/ppcore.c
    trunk/harbour/src/pp/pplib.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to