comparison src/pt-misc.h @ 1063:1a3121ebf088

[project @ 1995-01-24 03:25:37 by jwe]
author jwe
date Tue, 24 Jan 1995 03:26:02 +0000
parents dfe01093f657
children 51fd9e40a7f7
comparison
equal deleted inserted replaced
1062:1b3a87031641 1063:1a3121ebf088
314 { 314 {
315 delete expr; 315 delete expr;
316 delete list; 316 delete list;
317 } 317 }
318 318
319 int is_else_clause (void);
320
319 int eval (void); 321 int eval (void);
320 322
321 void print_code (ostream& os); 323 void print_code (ostream& os);
322 324
323 private: 325 private: