Files
2024-02-19 00:21:16 -05:00

12 lines
176 B
COBOL

#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Deque.h"
<T>Deque::~<T>Deque() {}
void <T>Deque::error(const char* msg)
{
(*lib_error_handler)("Deque", msg);
}