Mercurial > hg > octave-avbm
comparison src/pt-fvc.cc @ 2846:52e7c4509983
[project @ 1997-03-26 23:27:35 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 23:29:12 +0000 |
parents | 9aeba8e006a4 |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2845:b11fb5e85dc5 | 2846:52e7c4509983 |
---|---|
290 void | 290 void |
291 tree_identifier::link_to_global (void) | 291 tree_identifier::link_to_global (void) |
292 { | 292 { |
293 if (sym) | 293 if (sym) |
294 link_to_global_variable (sym); | 294 link_to_global_variable (sym); |
295 } | |
296 | |
297 void | |
298 tree_identifier::mark_as_static (void) | |
299 { | |
300 if (sym) | |
301 sym->mark_as_static (); | |
295 } | 302 } |
296 | 303 |
297 void | 304 void |
298 tree_identifier::mark_as_formal_parameter (void) | 305 tree_identifier::mark_as_formal_parameter (void) |
299 { | 306 { |