From f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 8 Mar 2014 15:58:32 +0100 Subject: Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, remove commented out code). --- ortho/gcc/ortho_gcc.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'ortho/gcc/ortho_gcc.ads') 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; -- cgit