Skip to content

Commit 718c265

Browse files
refactor: revert cobj/ppparse.c and tree.h
1 parent a9cada7 commit 718c265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cobj/ppparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cobj/tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)