collect plot_cur in "fteext.h"

This commit is contained in:
rlar 2010-10-16 15:52:19 +00:00
parent 894dcead35
commit e71ca2c2b7
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-16 Robert Larice
* src/frontend/com_setscale.c ,
* src/frontend/plotting/plotting.h :
collect plot_cur in "fteext.h"
2010-10-16 Robert Larice
* src/frontend/com_dump.c ,
* src/frontend/inp.c ,

View File

@ -8,6 +8,7 @@
#include "vectors.h"
#include "plotting/plotting.h"
#include "plotting/pvec.h"
#include "fteext.h"
/* Set the default scale to the named vector. If no vector named,

View File

@ -4,7 +4,6 @@
#include <plot.h>
extern struct plot constantplot;
extern struct plot *plot_cur;
extern struct plot *plot_list;
extern int plotl_changed;
extern int plot_num;