diff options
Diffstat (limited to 'ortho/gcc/ortho_gcc.ads')
-rw-r--r-- | ortho/gcc/ortho_gcc.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ortho/gcc/ortho_gcc.ads b/ortho/gcc/ortho_gcc.ads index f0a4724..6e46b6d 100644 --- a/ortho/gcc/ortho_gcc.ads +++ b/ortho/gcc/ortho_gcc.ads @@ -536,6 +536,7 @@ private pragma Convention (C, O_Element_List); type O_Case_Block is record + Case_Type : Tree; End_Label : Tree; Add_Break : Integer; end record; |