projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299053b
)
Win16 too :-).
author
Richard Levitte
<levitte@openssl.org>
Sun, 13 May 2001 05:01:58 +0000
(
05:01
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 13 May 2001 05:01:58 +0000
(
05:01
+0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index b622492538c6e063c45c3bc2eaca0d31dddfd0b1..c00cc653aca73b74862a26d3110ff3e5eb7f6f45 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-993,7
+993,7
@@
sub is_valid
# EXPORT_VAR_AS_FUNCTION means that global variables
# will be represented as functions. This currently
# only happens on VMS-VAX.
- if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32)) {
+ if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32
|| $W16
)) {
return 1;
}
return 0;