From fa108fb7260b30b6b709020af9eddc3ec722a608 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 14 Feb 2000 18:41:26 -0800
Subject: [PATCH] bugfix..

Rev: src/las.c:1.163
---
 src/las.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/las.c b/src/las.c
index efaf305000..c8ee69b937 100644
--- a/src/las.c
+++ b/src/las.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: las.c,v 1.162 2000/02/09 23:49:16 hubbe Exp $");
+RCSID("$Id: las.c,v 1.163 2000/02/15 02:41:26 hubbe Exp $");
 
 #include "language.h"
 #include "interpret.h"
@@ -1496,6 +1496,7 @@ int is_const(node *n)
   if(!n) return 1;
   return !(n->tree_info & (OPT_SIDE_EFFECT |
 			   OPT_NOT_CONST |
+			   OPT_EXTERNAL_DEPEND |
 			   OPT_ASSIGNMENT |
 			   OPT_CASE |
 			   OPT_CONTINUE |
-- 
GitLab