diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index a559061a5f..2e1e2ba5f8 100644 --- a/makedef.pl +++ b/makedef.pl @@ -404,6 +404,9 @@ elsif ($PLATFORM eq 'aix') { PL_statusvalue_vms PL_sys_intern )]); + emit_symbols([qw( + boot_DynaLoader + )]);} } elsif ($PLATFORM eq 'os2') { emit_symbols([qw( |