Overview
Artifact ID: | 8c9e395dcd4fd863cad78708cc8ed9c8caf1f77746363931694ae12e573c5e64 |
---|---|
Ticket: | e70a9c8db99954e53888b7c7cc9abac3b6e4a2bf
json.tab.c: redefinition of typedef 'YYSTYPE' |
User & Date: | jmroot 2025-02-16 20:30:55 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- comment changed to:
The file json.tab.c contains two instances of "typedef union YYSTYPE YYSTYPE;", which is an error in C standards prior to C11: json.tab.c:136:23: error: redefinition of typedef 'YYSTYPE' is invalid in C [-Wtypedef-redefinition] typedef union YYSTYPE YYSTYPE; ^ Specifically encountered on macOS using an older Xcode clang version that defaults to C99.
- foundin changed to: "2.0"
- is_private changed to: "0"
- login: "jmroot"
- mimetype: "text/x-fossil-plain"
- priority changed to: "5 Medium"
- private_contact changed to: "76145175b6ffee50eff3d492ff299da342ff102d"
- resolution changed to: "None"
- severity changed to: "Severe"
- status changed to: "Open"
- submitter changed to: "jmroot"
- subsystem changed to: "json"
- title changed to: "json.tab.c: redefinition of typedef 'YYSTYPE'"
- type changed to: "Bug"