changeset 615:a502e1974331

[project @ 1994-08-15 01:39:26 by jwe]
author jwe
date Mon, 15 Aug 1994 01:39:26 +0000
parents 17cddd259c6f
children 9ced66fce8a3
files src/pt-exp-base.cc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-exp-base.cc	Sun Aug 14 21:42:02 1994 +0000
+++ b/src/pt-exp-base.cc	Mon Aug 15 01:39:26 1994 +0000
@@ -777,9 +777,7 @@
 tree_fvc *
 tree_identifier::do_lookup (int& script_file_executed)
 {
-  script_file_executed = 0;
-
-  int script_file_executed = lookup (sym);
+  script_file_executed = lookup (sym);
 
   tree_fvc *ans = 0;