diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-08 14:49:00 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-08 14:49:00 -0400 |
commit | 25f7bc06e3c7ac93e1b2b06a9828c24471a5e7d2 (patch) | |
tree | 8fea4065d21224247ae59deed442d39632be2853 /lisc/lisc.h | |
parent | bf3e6753f3ee28c33aa16dd9b0a65636e612eac1 (diff) | |
download | roux-25f7bc06e3c7ac93e1b2b06a9828c24471a5e7d2.tar.gz |
emit alignment directives properly
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 13aeb01..f83c56a 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -266,6 +266,8 @@ struct Typ { struct Dat { enum { + DStart, + DEnd, DName, DAlign, DA, |