home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Source
/
GNU
/
perl
/
Perl
/
vms
/
perlshr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-18
|
323 b
|
14 lines
/* perlshr.c
*
* Small stub to create object module containing global variables
* for use in PerlShr.C. Written as a separate file because some
* old Make implementations won't deal correctly with DCL Open/Write
* statements in the makefile.
*
*/
#include "INTERN.h"
#include "perl.h"
/* That's it. */