*** parser.h.orig Fri Aug 25 14:01:55 2000 --- parser.h Fri Aug 25 14:01:46 2000 *************** *** 51,59 **** int match(int); void setError(char *); void perform_push(); ! void perform_and(int); void perform_or(); ! void perform_phrase(List &); void score(List *, double weight); --- 51,60 ---- int match(int); void setError(char *); void perform_push(); ! void perform_and(); ! void perform_not(); void perform_or(); ! void perform_phrase(List * &); void score(List *, double weight);