collect internalerror() in "fteext.h"
This commit is contained in:
parent
ed73405d0f
commit
320258dbd2
|
|
@ -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"
|
||||
|
||||
2010-10-16 Robert Larice
|
||||
* 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"
|
||||
#include "fteext.h"
|
||||
|
||||
static FILE *plotfile;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ $Id$
|
|||
#include "ftedbgra.h"
|
||||
#include "ftedev.h"
|
||||
#include "fteinput.h"
|
||||
#include "fteext.h"
|
||||
|
||||
#include "postsc.h"
|
||||
#include "variable.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue