Browse Source

remove obsolete #defines for BEGIN END LENGTH FORWARD

pre-master-46
rlar 16 years ago
parent
commit
526a3fce6c
  1. 4
      ChangeLog
  2. 5
      src/include/profile.h

4
ChangeLog

@ -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 2010-10-09 Robert Larice
* src/include/fteparse.h : * src/include/fteparse.h :
remove obsolete #defines for MAXARITY NUM STRING PNODE remove obsolete #defines for MAXARITY NUM STRING PNODE

5
src/include/profile.h

@ -23,11 +23,6 @@ typedef struct sDOPprofile {
struct sDOPprofile *next; struct sDOPprofile *next;
} DOPprofile; } DOPprofile;
#define BEGIN ???
#define END ???
#define LENGTH ???
#define FORWARD ???
#define CONC param[1] #define CONC param[1]
#define PEAK_CONC param[1] #define PEAK_CONC param[1]
#define IMPID param[1] #define IMPID param[1]

Loading…
Cancel
Save