collect free_pnode_o() in "parse.h"

This commit is contained in:
rlar 2010-10-15 18:22:39 +00:00
parent 7db0ed44ee
commit a1e09cdcd1
5 changed files with 9 additions and 3 deletions

View File

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

View File

@ -14,6 +14,7 @@ Author: 2008 Holger Vogt
#include "com_fft.h"
#include "variable.h"
#include "parse.h"
#include "../misc/misc_time.h"
void

View File

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

View File

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

View File

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