From ac2a18fe2cf43c199effd6a3c038671f168029e3 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 19 Mar 2003 20:52:28 +0100 Subject: [PATCH] PROG_GMP_MPZ_ID is Gmp.mpz Rev: src/program.c:1.489 --- src/program.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/program.c b/src/program.c index b49937bf5b..a456588d9a 100644 --- a/src/program.c +++ b/src/program.c @@ -2,11 +2,11 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: program.c,v 1.488 2003/03/19 18:32:01 mast Exp $ +|| $Id: program.c,v 1.489 2003/03/19 19:52:28 nilsson Exp $ */ #include "global.h" -RCSID("$Id: program.c,v 1.488 2003/03/19 18:32:01 mast Exp $"); +RCSID("$Id: program.c,v 1.489 2003/03/19 19:52:28 nilsson Exp $"); #include "program.h" #include "object.h" #include "dynamic_buffer.h" @@ -1396,7 +1396,7 @@ struct program *id_to_program(INT32 id) module = "Parser._parser"; break; case PROG_GMP_MPZ_ID: - module = "Gmp"; + module = "Gmp.mpz"; break; case PROG_MODULE_MIME_ID: module = "___MIME"; -- GitLab