diff src/pt-exp-base.h @ 1279:f146197d9d37

[project @ 1995-04-26 17:41:20 by jwe]
author jwe
date Wed, 26 Apr 1995 17:43:02 +0000
parents 0a5e9e8892a0
children 12ecc2ecf0e3
line wrap: on
line diff
--- a/src/pt-exp-base.h	Wed Apr 26 17:40:24 1995 +0000
+++ b/src/pt-exp-base.h	Wed Apr 26 17:43:02 1995 +0000
@@ -255,7 +255,8 @@
   virtual void bump_value (tree_expression::type)
     { panic_impossible (); }
 
-  virtual tree_constant lookup_map_element (SLList<char*>& list);
+  virtual tree_constant lookup_map_element (SLList<char*>& list,
+					    int insert = 0, int silent = 0);
 
   virtual int max_expected_args (void)
     { panic_impossible (); return 0; }