diff options
Diffstat (limited to 'ortho/gcc/ortho_gcc.private.ads')
-rw-r--r-- | ortho/gcc/ortho_gcc.private.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ortho/gcc/ortho_gcc.private.ads b/ortho/gcc/ortho_gcc.private.ads index c113f2f..2752651 100644 --- a/ortho/gcc/ortho_gcc.private.ads +++ b/ortho/gcc/ortho_gcc.private.ads @@ -106,6 +106,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; |