From c7e1323b01b757f91c2a2f4a7dc30df6dee1f96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 28 Oct 1998 04:17:23 +0100 Subject: [PATCH] Fixed C++ style comment. Rev: src/pike_types.c:1.47 --- src/pike_types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pike_types.c b/src/pike_types.c index 29cb13a15b..9155931679 100644 --- a/src/pike_types.c +++ b/src/pike_types.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: pike_types.c,v 1.46 1998/09/28 22:30:15 grubba Exp $"); +RCSID("$Id: pike_types.c,v 1.47 1998/10/28 03:17:23 grubba Exp $"); #include <ctype.h> #include "svalue.h" #include "pike_types.h" @@ -1429,7 +1429,7 @@ static int low_check_indexing(char *type, char *index_type, node *n) return !!low_match_types(type,index_type,0); case T_PROGRAM: - // FIXME: Should check that the index is a string. + /* FIXME: Should check that the index is a string. */ return 1; case T_MIXED: -- GitLab