diff src/pt-idx.cc @ 3944:818f5aec1db5

[project @ 2002-05-18 00:05:08 by jwe]
author jwe
date Sat, 18 May 2002 00:05:08 +0000
parents f9ea3dcf58ee
children edd758a7ca8d
line wrap: on
line diff
--- a/src/pt-idx.cc	Thu May 16 22:31:36 2002 +0000
+++ b/src/pt-idx.cc	Sat May 18 00:05:08 2002 +0000
@@ -59,7 +59,7 @@
 
 tree_index_expression::tree_index_expression (tree_expression *e,
 					      const std::string& n,
-					      int l = -1, int c = -1)
+					      int l, int c)
   : tree_expression (l, c), expr (e), args (), type (), arg_nm ()
 {
   append (n);