Skip to content
Snippets Groups Projects
Commit 42ff7cb3 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Removed CompileCallback

Rev: src/errors.h:1.28
parent 764d52b3
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment