home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib25.zoo / xyzzy.cc < prev   
C/C++ Source or Header  |  1992-03-22  |  213b  |  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.