*** parser.h.orig Mon Jul 24 12:56:53 2000 --- parser.h Mon Jul 24 16:03:27 2000 *************** protected: *** 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);