diff --git a/src/callback.c b/src/callback.c index 24c1f8ad333729614f2fd504c91db0e26a9dd60c..362487ccb30d33439725b955a42708b6e56b13e8 100644 --- a/src/callback.c +++ b/src/callback.c @@ -3,13 +3,14 @@ ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ +/**/ #include "global.h" #include "pike_macros.h" #include "callback.h" #include "error.h" #include "block_alloc.h" -RCSID("$Id: callback.c,v 1.18 1999/05/08 00:29:00 hubbe Exp $"); +RCSID("$Id: callback.c,v 1.19 1999/10/24 13:34:03 grubba Exp $"); struct callback_list fork_child_callback;