home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
GCC
/
GERLIB_DEV08B.LHA
/
gerlib
/
libg++
/
src
/
xyzzy.cc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-12
|
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