diff --git a/ChangeLog b/ChangeLog index 9766c23a6..54273accd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-16 Robert Larice + * src/frontend/com_help.c , + * src/include/cpextern.h : + collect ft_nutmeg() in "fteext.h" + 2010-10-16 Robert Larice * src/ciderlib/oned/oneadmit.c , * src/ciderlib/oned/onesolve.c : diff --git a/src/frontend/com_help.c b/src/frontend/com_help.c index eeb9977f9..b515a15fd 100644 --- a/src/frontend/com_help.c +++ b/src/frontend/com_help.c @@ -8,6 +8,7 @@ #include "hcomp.h" #include "com_help.h" +#include "fteext.h" void diff --git a/src/include/cpextern.h b/src/include/cpextern.h index 28a1d470b..3e5be5af5 100644 --- a/src/include/cpextern.h +++ b/src/include/cpextern.h @@ -196,7 +196,6 @@ extern void cp_periodic(void); extern void ft_cpinit(void); extern struct comm *cp_coms; extern char *cp_program; -extern bool ft_nutmeg; extern struct variable *cp_enqvar(char *word); extern void cp_usrvars(struct variable **v1, struct variable **v2); int cp_usrset(struct variable *var, bool isset);