diff --git a/src/las.c b/src/las.c index f665d4dde5abbac86018bf0875a2df7f24478fa7..92eb9264c14b99592b47a55f2f5c9fb037e686f2 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 |