diff --git a/dtc-parser.y b/dtc-parser.y index 42c4d75..ea57e0a 100644 --- a/dtc-parser.y +++ b/dtc-parser.y @@ -38,7 +38,6 @@ extern bool treesource_error; %union { char *propnodename; char *labelref; - unsigned int cbase; uint8_t byte; struct data data; @@ -64,7 +63,6 @@ extern bool treesource_error; %token DT_PROPNODENAME %token DT_LITERAL %token DT_CHAR_LITERAL -%token DT_BASE %token DT_BYTE %token DT_STRING %token DT_LABEL