see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-06-12 21:29:06 +00:00
parent f72dbf5800
commit 1d9fc22acd
3 changed files with 6 additions and 2 deletions

View File

@ -89,9 +89,12 @@ sub present {
!{
MacOS => 1,
MSWin32 => 1,
os2 => 1,
dos => 1,
MSDOS => 1,
os2 => 1,
VMS => 1,
RISCOS => 1,
AmigaOS => 1,
}->{$^O};
} elsif ($_ eq "never") {
0;

View File

@ -599,7 +599,7 @@ convert_array2paramdef (AV *av, GParamDef **res)
return count;
}
SV *
static SV *
newSV_paramdefs (GParamDef *p, int n)
{
int i;

View File

@ -34,6 +34,7 @@ bugs
important issues
* migrate BOOT: into INIT()
* gimp_progress_done
* gimp_progress_close
* maybe implement --enable-perl=runtime-only?