Diff for /capa/capa51/pProj/capaParser.h between versions 1.12 and 1.13

version 1.12, 2004/03/26 20:02:03 version 1.13, 2005/02/15 22:15:05
Line 628  int         inorder_utree       CAPA_ARG Line 628  int         inorder_utree       CAPA_ARG
 int         postorder_utree     CAPA_ARG((Unit_t *node_p));  int         postorder_utree     CAPA_ARG((Unit_t *node_p));
 int         postwalk_utree      CAPA_ARG((Unit_t *n_p));  int         postwalk_utree      CAPA_ARG((Unit_t *n_p));
 void        process_op          CAPA_ARG((int op));  void        process_op          CAPA_ARG((int op));
 void        process_utree       CAPA_ARG((Unit_t *t));  Unit_t*     process_utree       CAPA_ARG((Unit_t *t));
 int         check_correct_unit  CAPA_ARG((char *u_symb,Unit_t *t,double *scale));  int         check_correct_unit  CAPA_ARG((char *u_symb,Unit_t *t,double *scale));
 int         free_utree          CAPA_ARG((Unit_t *t));  int         free_utree          CAPA_ARG((Unit_t *t));
 int         u_postfree          CAPA_ARG((Unit_t *t));  int         u_postfree          CAPA_ARG((Unit_t *t));

Removed from v.1.12  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>