comparison src/pt-misc.h @ 1269:abaf21f34109

[project @ 1995-04-20 19:16:24 by jwe]
author jwe
date Thu, 20 Apr 1995 19:18:13 +0000
parents 766e2a1a4e7b
children 12ecc2ecf0e3
comparison
equal deleted inserted replaced
1268:76a0c05089d4 1269:abaf21f34109
235 class 235 class
236 tree_va_return_list : public SLList<tree_constant> 236 tree_va_return_list : public SLList<tree_constant>
237 { 237 {
238 public: 238 public:
239 tree_va_return_list (void) : SLList<tree_constant> () { } 239 tree_va_return_list (void) : SLList<tree_constant> () { }
240
241 ~tree_va_return_list (void) { }
240 }; 242 };
241 243
242 // List of expressions that make up a global statement. 244 // List of expressions that make up a global statement.
243 245
244 class 246 class