File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ void *malloc(YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
436436#ifndef YYFREE
437437#define YYFREE free
438438#if !defined free && !defined EXIT_SUCCESS
439- void free (void * ); /* INFRINGES ON USER NAME SPACE */
439+ void free (void * ); /* INFRINGES ON USER NAME SPACE */
440440#endif
441441#endif
442442#endif
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ struct cb_field {
515515 cb_tree key ; /* KEY */
516516 cb_tree ref ; /* reference used in SEARCH ALL */
517517 cb_tree val ; /* value to be compared in SEARCH ALL */
518- } * keys ;
518+ } * keys ;
519519 int nkeys ; /* the number of keys */
520520 int param_num ; /* CHAINING param number */
521521 struct cb_picture * pic ; /* PICTURE */
You can’t perform that action at this time.
0 commit comments