* fteext.h: Removed prototype for com_fourier(). Use

src/frontend/fourier.h for the proper prototype.
This commit is contained in:
arno 2000-09-09 13:26:02 +00:00
parent 508fee7d4b
commit 67976b05dc
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-09-09 Arno W. Peters <A.W.Peters@ieee.org>
* fteext.h: Removed prototype for com_fourier(). Use
src/frontend/fourier.h for the proper prototype.
2000-07-18 Arno W. Peters <A.W.Peters@ieee.org>
* cpdefs.h: Moved quote() and strip() macro's to ...

View File

@ -215,9 +215,6 @@ extern struct dvec *op_times();
extern struct dvec *op_uminus();
extern struct dvec *op_range();
/* fourier.c */
extern void com_fourier();
/* spec.c */