Diff for /capa/capa51/pProj/capaParser.h between versions 1.11 and 1.14

version 1.11, 2000/11/06 20:17:42 version 1.14, 2006/07/28 06:38:13
Line 79 Line 79
 #define  MAX_FUNC_NEST     1024    /* sin(cos(tan(...)))   */  #define  MAX_FUNC_NEST     1024    /* sin(cos(tan(...)))   */
 /*#define  MAX_QTEXT_LEN     4096     overall question text in a set *NO LONGER NEEDED */  /*#define  MAX_QTEXT_LEN     4096     overall question text in a set *NO LONGER NEEDED */
 #define  WARN_MSG_LENGTH   1024    /* for warning messages */  #define  WARN_MSG_LENGTH   1024    /* for warning messages */
   #define  MAX_ASCII          256
   
 #define  ASCII_MODE           1  #define  ASCII_MODE           1
 #define  TeX_MODE             2  #define  TeX_MODE             2
Line 428  typedef struct _answer_info { Line 428  typedef struct _answer_info {
 #define    SUB_RECORDED        10  #define    SUB_RECORDED        10
 #define    BAD_FORMULA         11  #define    BAD_FORMULA         11
 #define    WANTED_NUMERIC      12  #define    WANTED_NUMERIC      12
   #define    UNIT_INVALID_INSTRUCTOR  13
   #define    UNIT_INVALID_STUDENT1    141
   #define    UNIT_INVALID_STUDENT2    142
   #define    UNIT_INVALID_STUDENT3    143
   #define    UNIT_IRRECONCIBLE        15
   
 /* =============================================================== */  /* =============================================================== */
   
Line 625  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.11  
changed lines
  Added in v.1.14


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