build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27810 )
Change subject: util/bincfg: don't use sym_table shared variable ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/27810/1/util/bincfg/bincfg.h File util/bincfg/bincfg.h:
https://review.coreboot.org/#/c/27810/1/util/bincfg/bincfg.h@30 PS1, Line 30: typedef struct field* field_t; "foo* bar" should be "foo *bar"
https://review.coreboot.org/#/c/27810/1/util/bincfg/bincfg.h@31 PS1, Line 31: typedef struct field** field_ptr_t; "foo** bar" should be "foo **bar"
https://review.coreboot.org/#/c/27810/1/util/bincfg/bincfg.h@44 PS1, Line 44: static void yyerror(FILE* fp, field_ptr_t, char const *); "foo* bar" should be "foo *bar"