diff src/pt-id.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents b80bbb43a1a9
children 6e86256e9c54
line wrap: on
line diff
--- a/src/pt-id.h	Tue May 07 18:10:44 2002 +0000
+++ b/src/pt-id.h	Wed May 15 03:21:01 2002 +0000
@@ -56,8 +56,7 @@
 
   ~tree_identifier (void) { }
 
-  bool is_identifier (void) const
-    { return true; }
+  bool is_identifier (void) const { return true; }
 
   std::string name (void) const;
 
@@ -81,8 +80,7 @@
   // We really need to know whether this symbol referst to a variable
   // or a function, but we may not know that yet.
 
-  bool lvalue_ok (void) const
-    { return true; }
+  bool lvalue_ok (void) const { return true; }
 
   octave_value rvalue (void);