NetBSD/gnu/lib/libg++/include/gen/Stack.ccP

12 lines
176 B
Plaintext
Raw Normal View History

1996-03-09 03:00:51 +03:00
#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Stack.h"
<T>Stack::~<T>Stack() {}
void <T>Stack::error(const char* msg)
{
(*lib_error_handler)("Stack", msg);
}