diff options
Diffstat (limited to 'ortho/mcode/ortho_code-exprs.adb')
-rw-r--r-- | ortho/mcode/ortho_code-exprs.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ortho/mcode/ortho_code-exprs.adb b/ortho/mcode/ortho_code-exprs.adb index b78405922..4f7140753 100644 --- a/ortho/mcode/ortho_code-exprs.adb +++ b/ortho/mcode/ortho_code-exprs.adb @@ -714,7 +714,8 @@ package body Ortho_Code.Exprs is when OC_Array | OC_Record | OC_Union - | OC_Sizeof => + | OC_Sizeof + | OC_Alignof => raise Syntax_Error; end case; end if; |