From f13099c5340f30384d60fed4b0479fccfb73da88 Mon Sep 17 00:00:00 2001 From: johns <> Date: Fri, 12 May 2000 15:47:22 +0000 Subject: [PATCH] CclEachSecond should become scheme hook --- src/include/script.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/script.h b/src/include/script.h index d86a3d78f..12ad14292 100644 --- a/src/include/script.h +++ b/src/include/script.h @@ -94,6 +94,7 @@ extern LISP sym_t; extern char* CclStartFile; /// CCL start file extern int CclInConfigFile; /// True while config file parsing +extern SCM CclEachSecond; /// Scheme function called each second /*---------------------------------------------------------------------------- -- Functions