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:
C/C++ Source or Header  |  1993-07-24  |  213 b   |  13 lines

  1. #ifndef NO_GNULIB3
  2. // from tiemann
  3.  
  4. /* Needed, in case there are no other objects which
  5.    need static initialization and cleanup.  */
  6. struct __xyzzy__
  7. {
  8.   __xyzzy__ () {}
  9.   ~__xyzzy__ () {}
  10. } __1xyzzy__;
  11.  
  12. #endif
  13.