comparison src/tc-rep.h @ 1197:ed01dfb2338d

[project @ 1995-03-31 19:33:00 by jwe]
author jwe
date Fri, 31 Mar 1995 19:33:00 +0000
parents e2036dce97ea
children db4f4009d6e8
comparison
equal deleted inserted replaced
1196:c01e881ccbb1 1197:ed01dfb2338d
207 void stash_original_text (char *s); 207 void stash_original_text (char *s);
208 208
209 void maybe_mutate (void); 209 void maybe_mutate (void);
210 210
211 void print (void); 211 void print (void);
212 void print (ostream& os);
212 213
213 void print_code (ostream& os); 214 void print_code (ostream& os);
214 215
215 void gripe_wrong_type_arg (const char *name, 216 void gripe_wrong_type_arg (const char *name,
216 const tree_constant_rep& tcr) const; 217 const tree_constant_rep& tcr) const;