From 42ff7cb380ba830e7e0a519cdf5ac37a4f7c7ba1 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Fri, 5 Nov 2004 21:03:26 +0100 Subject: [PATCH] Removed CompileCallback Rev: src/errors.h:1.28 --- src/errors.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/errors.h b/src/errors.h index f898d08bda..2cc5ce96af 100644 --- a/src/errors.h +++ b/src/errors.h @@ -2,7 +2,7 @@ || 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: errors.h,v 1.27 2004/10/22 23:22:24 nilsson Exp $ +|| $Id: errors.h,v 1.28 2004/11/05 20:03:26 nilsson Exp $ */ #ifdef ERR_DECLARE @@ -125,8 +125,6 @@ DECLARE_ERROR(cpp, Cpp, ERR_INHERIT(generic), EMPTY) DECLARE_ERROR(compilation, Compilation, ERR_INHERIT(generic), EMPTY) -DECLARE_ERROR(compile_callback, CompileCallback, ERR_INHERIT(generic), EMPTY) - DECLARE_ERROR(master_load, MasterLoad, ERR_INHERIT (generic), EMPTY) DECLARE_ERROR (module_load, ModuleLoad, -- GitLab