This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix SDBM_File builds using gcc on Win32
authorTony Cook <tony@develop-help.com>
Thu, 22 Jan 2015 04:59:23 +0000 (15:59 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 22 Jan 2015 04:59:23 +0000 (15:59 +1100)
commitaa9621e6ae7442f957cee30769521f3030bd582f
tree2e19bf7c1216ad1fb1ff31c703dc5e9f63c415df
parentfc475f6a006d74b0a8b5f8825fba7f3814600a33
fix SDBM_File builds using gcc on Win32

b488d167b0 removed the -DPERL_STATIC_SYMS definition to allow imported
perl variables to be seen correctly, but this meant gcc builds on Win32
considered:

  EXTCONST datum nullitem

as an import.

Change the EXTCONST to extern const so the declaration behaves as it did
with -DPERL_STATIC_SYMS.
ext/SDBM_File/sdbm.h