home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
gcc
/
gcc-gerlib
/
libg++
/
src
/
xyzzy.cc
< prev
Wrap
C/C++ Source or Header
|
1994-06-13
|
213b
|
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