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

12 lines
176 B
COBOL

#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);
}