stage3/narrow_candidate_datatypes.hh
changeset 421 840cb1e1e177
parent 417 d48f53715f77
child 423 f4a2d400ddbd
--- a/stage3/narrow_candidate_datatypes.hh	Thu Feb 02 14:18:02 2012 +0000
+++ b/stage3/narrow_candidate_datatypes.hh	Thu Feb 02 16:20:19 2012 +0000
@@ -50,8 +50,8 @@
   public:
     narrow_candidate_datatypes_c(symbol_c *ignore);
     virtual ~narrow_candidate_datatypes_c(void);
-    void narrow_nonformal_call(symbol_c *f_call, symbol_c *f_decl);
-    void narrow_formal_call(symbol_c *f_call, symbol_c *f_decl);
+    void narrow_nonformal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
+    void narrow_formal_call(symbol_c *f_call, symbol_c *f_decl, int *ext_parm_count = NULL);
 
     symbol_c *base_type(symbol_c *symbol);