From ed5262caad9f02862915c84b59104963512c5c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 11 Feb 1999 19:29:45 -0800 Subject: [PATCH] oops Rev: src/pike_types.c:1.52 --- src/pike_types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pike_types.c b/src/pike_types.c index 816754e9af..f0457d90f8 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.51 1999/02/12 01:15:50 hubbe Exp $"); +RCSID("$Id: pike_types.c,v 1.52 1999/02/12 03:29:45 hubbe Exp $"); #include <ctype.h> #include "svalue.h" #include "pike_types.h" @@ -106,6 +106,7 @@ void init_types(void) string_type_string = CONSTTYPE(tString); int_type_string = CONSTTYPE(tInt); object_type_string = CONSTTYPE(tObj); + program_type_string = CONSTTYPE(tPrg); float_type_string = CONSTTYPE(tFloat); mixed_type_string=CONSTTYPE(tMix); array_type_string=CONSTTYPE(tArray); -- GitLab