home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / gcc / gcc2.7.0 / gcc270cp.lha / gnu / lib / g++-include / gen / Stack.ccP < prev    next >
Encoding:
Text File  |  1995-07-28  |  176 b   |  12 lines

  1. #ifdef __GNUG__
  2. #pragma implementation
  3. #endif
  4. #include "<T>.Stack.h"
  5.  
  6. <T>Stack::~<T>Stack() {}
  7.  
  8. void <T>Stack::error(const char* msg)
  9. {
  10.   (*lib_error_handler)("Stack", msg);
  11. }
  12.