comparison src/pt-idx.h @ 5099:f7e39f977fe8

[project @ 2004-12-24 19:06:01 by jwe]
author jwe
date Fri, 24 Dec 2004 19:06:01 +0000
parents 7cd865a8c815
children e35b034d3523
comparison
equal deleted inserted replaced
5098:ab4e64f92526 5099:f7e39f977fe8
58 tree_index_expression (tree_expression *e, tree_expression* df, 58 tree_index_expression (tree_expression *e, tree_expression* df,
59 int l = -1, int c = -1); 59 int l = -1, int c = -1);
60 60
61 ~tree_index_expression (void); 61 ~tree_index_expression (void);
62 62
63 bool has_magic_end (void) const { return false; } 63 bool has_magic_end (void) const;
64 64
65 void append (tree_argument_list *lst = 0, char t = '('); 65 void append (tree_argument_list *lst = 0, char t = '(');
66 66
67 void append (const std::string& n); 67 void append (const std::string& n);
68 68