@ -1,3 +1,10 @@
2010-10-16 Robert Larice
* src/frontend/error.h ,
* src/frontend/hpgl.c ,
* src/frontend/plotting/plot5.c ,
* src/frontend/postsc.c :
collect internalerror() in "fteext.h"
* src/frontend/com_help.c ,
* src/include/cpextern.h :
@ -10,6 +10,5 @@ void controlled_exit(int status);
void fperror(char *mess, int code);
void ft_sperror(int code, char *mess);
void fatal(void);
void internalerror(char *message);
#endif
@ -34,6 +34,7 @@ Author: Jim Groves
#include "ftedbgra.h"
#include "ftedev.h"
#include "fteinput.h"
#include "fteext.h"
#include "variable.h"
#include "error.h"
#include "plotting/graphdb.h"
@ -9,7 +9,7 @@ $Id$
#include "plot5.h"
#include "graf.h"
#include "../error.h"
static FILE *plotfile;
@ -14,6 +14,7 @@ $Id$
#include "postsc.h"