comparison src/pt-exp.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents d14c483b3c12
children 096ad38d7ab5
comparison
equal deleted inserted replaced
3522:bd422cf62f0c 3523:b80bbb43a1a9
83 } 83 }
84 84
85 string 85 string
86 tree_expression::original_text (void) const 86 tree_expression::original_text (void) const
87 { 87 {
88 return string (); 88 return std::string ();
89 } 89 }
90 90
91 /* 91 /*
92 ;;; Local Variables: *** 92 ;;; Local Variables: ***
93 ;;; mode: C++ *** 93 ;;; mode: C++ ***