summaryrefslogtreecommitdiff
path: root/vms/writemain.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vms/writemain.pl')
-rw-r--r--vms/writemain.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/writemain.pl b/vms/writemain.pl
index 63091076ea..b08bf1d924 100644
--- a/vms/writemain.pl
+++ b/vms/writemain.pl
@@ -50,7 +50,7 @@ if (@exts) {
foreach $ext (@exts) {
my($subname) = $ext;
$subname =~ s/::/__/g;
- print OUT "extern void boot_${subname} _((CV* cv));\n"
+ print OUT "extern void boot_${subname} (CV* cv);\n"
}
# May not actually be a declaration, so put after other declarations
print OUT " dXSUB_SYS;\n";