From e81f1836ad4433de0a48d3188f93c4ebbb1bfce6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 1 Sep 2000 12:12:04 -0700
Subject: [PATCH] inherit_list fixed [bug 153]

Rev: src/builtin_functions.c:1.309
---
 src/builtin_functions.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 9805dcc296..9016c93f0d 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.308 2000/09/01 19:09:04 hubbe Exp $");
+RCSID("$Id: builtin_functions.c,v 1.309 2000/09/01 19:12:04 hubbe Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
@@ -5536,9 +5536,6 @@ void f_enumerate(INT32 args)
    }
 }
 
-/* FIXME: This is not accurate anymore! (crash risk!) 
- * The function of in->parent_offset has changed!
- */
 PMOD_EXPORT void f_inherit_list(INT32 args)
 {
   struct program *p;
-- 
GitLab