Win16 too :-).
This commit is contained in:
parent
299053becd
commit
2d10c7156c
@ -993,7 +993,7 @@ sub is_valid
|
|||||||
# EXPORT_VAR_AS_FUNCTION means that global variables
|
# EXPORT_VAR_AS_FUNCTION means that global variables
|
||||||
# will be represented as functions. This currently
|
# will be represented as functions. This currently
|
||||||
# only happens on VMS-VAX.
|
# 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 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user