home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
ActivePerl-5.8.4.810-MSWin32-x86.msi
/
_9f1338861968b4dcc96708afece1b777
< prev
next >
Wrap
Text File
|
2004-06-01
|
330b
|
13 lines
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 199 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\setjmp.al)"
sub setjmp {
unimpl "setjmp() is C-specific: use eval {} instead";
}
# end of POSIX::setjmp
1;