comparison src/pt-indir.cc @ 2973:ef3379196bcf

[project @ 1997-05-15 19:27:38 by jwe]
author jwe
date Thu, 15 May 1997 19:30:57 +0000
parents ae2471c4e5c0
children a3556d2adec9
comparison
equal deleted inserted replaced
2972:ae2471c4e5c0 2973:ef3379196bcf
115 void 115 void
116 tree_indirect_ref::eval_error (void) const 116 tree_indirect_ref::eval_error (void) const
117 { 117 {
118 if (error_state > 0) 118 if (error_state > 0)
119 ::error ("evaluating structure reference operator near line %d, column %d", 119 ::error ("evaluating structure reference operator near line %d, column %d",
120 oper () . c_str (), line (), column ()); 120 line (), column ());
121 } 121 }
122 122
123 /* 123 /*
124 ;;; Local Variables: *** 124 ;;; Local Variables: ***
125 ;;; mode: C++ *** 125 ;;; mode: C++ ***