collect free_pnode_o() in "parse.h"
This commit is contained in:
parent
7db0ed44ee
commit
a1e09cdcd1
|
|
@ -1,3 +1,10 @@
|
|||
2010-10-15 Robert Larice
|
||||
* src/frontend/com_fft.c ,
|
||||
* src/frontend/com_fft.h ,
|
||||
* src/frontend/spec.c ,
|
||||
* src/frontend/spec.h :
|
||||
collect free_pnode_o() in "parse.h"
|
||||
|
||||
2010-10-15 Robert Larice
|
||||
* src/frontend/plotting/graphdb.c ,
|
||||
* src/frontend/plotting/graphdb.h ,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Author: 2008 Holger Vogt
|
|||
|
||||
#include "com_fft.h"
|
||||
#include "variable.h"
|
||||
#include "parse.h"
|
||||
#include "../misc/misc_time.h"
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
#ifndef FFT_H_INCLUDED
|
||||
#define FFT_H_INCLUDED
|
||||
|
||||
extern void free_pnode_o(struct pnode *t);
|
||||
|
||||
void com_fft(wordlist *wl);
|
||||
|
||||
static void fftext(double*, double*, long int, long int, int);
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ $Id$
|
|||
#include "sim.h"
|
||||
|
||||
#include "spec.h"
|
||||
#include "parse.h"
|
||||
#include "variable.h"
|
||||
#include "missing_math.h"
|
||||
#include "../misc/misc_time.h"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,5 @@ extern void SetAnalyse( char * Analyse, int Percent);
|
|||
#endif
|
||||
|
||||
void com_spec(wordlist *wl);
|
||||
extern void free_pnode_o(struct pnode *t);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue