collect ft_nutmeg() in "fteext.h"

This commit is contained in:
rlar 2010-10-16 15:44:23 +00:00
parent d0b7dae2e8
commit ed73405d0f
3 changed files with 6 additions and 1 deletions

View File

@ -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 :

View File

@ -8,6 +8,7 @@
#include "hcomp.h"
#include "com_help.h"
#include "fteext.h"
void

View File

@ -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);