From e0e571eb76b56dbca50ff7ab15aabbbbb59db5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 28 Sep 1997 18:38:53 -0700 Subject: [PATCH] nothing much changed Rev: src/las.c:1.38 --- src/las.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/las.c b/src/las.c index 6f7e665dae..e9ee1aa07a 100644 --- a/src/las.c +++ b/src/las.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: las.c,v 1.37 1997/09/09 03:36:11 hubbe Exp $"); +RCSID("$Id: las.c,v 1.38 1997/09/29 01:38:53 hubbe Exp $"); #include "language.h" #include "interpret.h" @@ -521,8 +521,7 @@ node *index_node(node *n, struct pike_string * id) break; default: - push_string(id); - reference_shared_string(id); + ref_push_string(id); f_index(2); if(sp[-1].type == T_INT && -- GitLab