move pragma_include to below the EXPORT line in perl module.
This is patch 922680. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
df7e2ca182
commit
faf48cb585
1 changed files with 1 additions and 1 deletions
|
|
@ -359,9 +359,9 @@ public:
|
|||
Printf(f_pm,"boot_%s();\n", tmp);
|
||||
Delete(tmp);
|
||||
}
|
||||
Printf(f_pm,"%s",pragma_include);
|
||||
Printf(f_pm,"package %s;\n", fullmodule);
|
||||
Printf(f_pm,"@EXPORT = qw( %s);\n",exported);
|
||||
Printf(f_pm,"%s",pragma_include);
|
||||
|
||||
if (blessed) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue