Modify mkdef.pl to recognise and parse prprocessor conditionals of the
authorRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2001 14:12:03 +0000 (14:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Feb 2001 14:12:03 +0000 (14:12 +0000)
commitd399fdf877efc785a383bd6578713af910a9ce3b
tree36e032cd6507b5a9f0934ee9976b67fc5d98243c
parent487550b61d9ae3f4d293241750046ff01632e303
Modify mkdef.pl to recognise and parse prprocessor conditionals of the
form '#if defined(...) || defined(...) || ...' and '#if !defined(...)
&& !defined(...) && ...'.  This also avoids the growing number of
special cases it was previously handling (some of them wrongly).
CHANGES
util/mkdef.pl