Matt Caswell d9706f1964 Fix a mkdef.pl warning
mkdef.pl was issuing the following error:

 Use of uninitialized value within %tag in numeric eq (==) at
 util/mkdef.pl line 560, <IN> line 92

This was because it was treating a __cplusplus "#ifdef" check as a "tag"
but then skipping over the corresponding "#endif". Therefore after
processing a file it still had "left over" tags from processing the
previous file. It was also getting confused by "#if" checks that didn't
match is pre-defined styles.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-26 15:01:17 +00:00
..
2016-01-08 01:18:55 +01:00
2013-03-04 22:48:38 +00:00
2015-05-13 17:23:48 +02:00
2016-02-17 09:46:10 -05:00
2016-02-26 10:00:36 +00:00
2016-02-11 03:04:50 +01:00
2016-02-26 15:01:17 +00:00
2016-02-17 09:46:10 -05:00