remove obsolete #defines for BEGIN END LENGTH FORWARD
This commit is contained in:
parent
31a8c98462
commit
526a3fce6c
|
|
@ -1,3 +1,7 @@
|
|||
2010-10-09 Robert Larice
|
||||
* src/include/profile.h :
|
||||
remove obsolete #defines for BEGIN END LENGTH FORWARD
|
||||
|
||||
2010-10-09 Robert Larice
|
||||
* src/include/fteparse.h :
|
||||
remove obsolete #defines for MAXARITY NUM STRING PNODE
|
||||
|
|
|
|||
|
|
@ -23,11 +23,6 @@ typedef struct sDOPprofile {
|
|||
struct sDOPprofile *next;
|
||||
} DOPprofile;
|
||||
|
||||
#define BEGIN ???
|
||||
#define END ???
|
||||
#define LENGTH ???
|
||||
#define FORWARD ???
|
||||
|
||||
#define CONC param[1]
|
||||
#define PEAK_CONC param[1]
|
||||
#define IMPID param[1]
|
||||
|
|
|
|||
Loading…
Reference in New Issue