summaryrefslogtreecommitdiff
path: root/cparser/Parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Parser.mly')
-rw-r--r--cparser/Parser.mly1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Parser.mly b/cparser/Parser.mly
index cd515de..4121ee5 100644
--- a/cparser/Parser.mly
+++ b/cparser/Parser.mly
@@ -1312,6 +1312,7 @@ primary_attr:
* attribute lists, is translated
* to aconst *)*/
| CONST { VARIABLE "aconst" }
+| PACKED { VARIABLE "__packed__" }
| IDENT COLON CST_INT { VARIABLE (fst $1 ^ ":" ^ fst $3) }