summaryrefslogtreecommitdiff
path: root/ortho/gcc/ortho_gcc.ads
diff options
context:
space:
mode:
authorTristan Gingold2014-03-08 15:58:32 +0100
committerTristan Gingold2014-03-08 15:58:32 +0100
commitf1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 (patch)
tree5a870691a0c833bd8014e1f7e5035791d1172357 /ortho/gcc/ortho_gcc.ads
parente6001445a14d5e96db78ff56c68d8ae96dec0968 (diff)
downloadghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.tar.gz
ghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.tar.bz2
ghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.zip
Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, remove
commented out code).
Diffstat (limited to 'ortho/gcc/ortho_gcc.ads')
-rw-r--r--ortho/gcc/ortho_gcc.ads1
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;