[fpc-devel]Re: Some idea of joint units

Jeff Pohlmeyer yetanothergeek at yahoo.com
Sat Nov 15 15:36:19 CET 2003


> the whole progressive humanity seeks the way to avoid preprocessors


  find /home/jeff/cvs/fpc/ \
   -name '*.inc' -or -name '*.pas' -or -name '*.pp' \
    -exec grep '{\$' '{}'  ';' | wc -l

( found 11385 directives )


  find /usr/include/ /usr/local/include/  \
   -name '*.h'  -exec grep '^\#[ \t]*[a-z]' '{}'  ';' | wc -l

( found 134711 directives )


If the whole progressive humanity is seeking a way to avoid
preprocessors, they certainly aren't doing a very good job!




__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




More information about the fpc-devel mailing list