d2374b53570295c02428fe70996591c1580f3bdd
* 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
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%