This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
WIN32 preprocessor symbols is usually tested with #ifdef, not #if
authorJan Dubois <jand@activestate.com>
Thu, 14 May 2009 16:55:15 +0000 (09:55 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 14 May 2009 16:55:15 +0000 (09:55 -0700)
commit3f66cd9441293fe8889cc565af7cf06351e97088
tree1223b19a7bb756736cf2b9b52539d4915840dd5c
parentb1fc363696b1a308e6bce75eb292bacc8f2c9833
WIN32 preprocessor symbols is usually tested with #ifdef, not #if

Doesn't really make a difference as WIN32 is defined as '1' when
it is defined, but there is something to be said for consistent
usage.
pp_ctl.c