home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
gnu
/
gplibs07
/
xyzzy.cc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-24
|
213 b
|
13 lines
#ifndef NO_GNULIB3
// from tiemann
/* Needed, in case there are no other objects which
need static initialization and cleanup. */
struct __xyzzy__
{
__xyzzy__ () {}
~__xyzzy__ () {}
} __1xyzzy__;
#endif