comparison src/Stack.h @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents 78fd87e624cb
children bd4696024bda
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
16 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 16 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
17 */ 17 */
18 18
19 19
20 #ifndef _Stack_h 20 #ifndef _Stack_h
21 #ifdef __GNUG__ 21 #define _Stack_h 1
22 //#pragma interface 22
23 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES)
24 // #pragma interface
23 #endif 25 #endif
24 #define _Stack_h 1
25 26
26 template <class T> 27 template <class T>
27 class Stack 28 class Stack
28 { 29 {
29 public: 30 public: