From b31a6a4af14cf017e614253f72c1a271e5168629 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 19:28:32 -0800
Subject: [PATCH] unfixed the 'bugfix' (more looking required..)

Rev: src/las.c:1.165
---
 src/las.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/las.c b/src/las.c
index f665d4dde5..92eb9264c1 100644
--- a/src/las.c
+++ b/src/las.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: las.c,v 1.164 2000/02/15 03:09:17 hubbe Exp $");
+RCSID("$Id: las.c,v 1.165 2000/02/15 03:28:32 hubbe Exp $");
 
 #include "language.h"
 #include "interpret.h"
@@ -1500,7 +1500,6 @@ 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