comparison src/Stack.cc @ 3531:97cf542676e1

[project @ 2000-02-02 11:30:40 by jwe]
author jwe
date Wed, 02 Feb 2000 11:33:32 +0000
parents d14c483b3c12
children 6e86256e9c54
comparison
equal deleted inserted replaced
3530:7a23cbae0393 3531:97cf542676e1
34 34
35 template <class T> 35 template <class T>
36 void 36 void
37 Stack<T>::error (const char *msg) 37 Stack<T>::error (const char *msg)
38 { 38 {
39 cerr << msg; 39 std::cerr << msg;
40 } 40 }
41 41
42 /* 42 /*
43 ;;; Local Variables: *** 43 ;;; Local Variables: ***
44 ;;; mode: C++ *** 44 ;;; mode: C++ ***