comparison src/pt-idx.cc @ 3536:e8fbc8c3d6d9

[project @ 2000-02-02 12:01:00 by jwe]
author jwe
date Wed, 02 Feb 2000 12:01:08 +0000
parents 096ad38d7ab5
children 71bd2d124119
comparison
equal deleted inserted replaced
3535:c5ebcd5d25a9 3536:e8fbc8c3d6d9
51 } 51 }
52 52
53 // This is useful for printing the name of the variable in an indexed 53 // This is useful for printing the name of the variable in an indexed
54 // assignment. 54 // assignment.
55 55
56 std:string 56 std::string
57 tree_index_expression::name (void) const 57 tree_index_expression::name (void) const
58 { 58 {
59 return expr->name (); 59 return expr->name ();
60 } 60 }
61 61