comparison src/pt-exp.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 b79da8779a0e
comparison
equal deleted inserted replaced
3535:c5ebcd5d25a9 3536:e8fbc8c3d6d9
80 { 80 {
81 ::error ("invalid lvalue function called in expression"); 81 ::error ("invalid lvalue function called in expression");
82 return octave_lvalue (); 82 return octave_lvalue ();
83 } 83 }
84 84
85 std:string 85 std::string
86 tree_expression::original_text (void) const 86 tree_expression::original_text (void) const
87 { 87 {
88 return std::string (); 88 return std::string ();
89 } 89 }
90 90