summaryrefslogtreecommitdiff
path: root/gcc/ada/stand.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/stand.adb')
-rw-r--r--gcc/ada/stand.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/stand.adb b/gcc/ada/stand.adb
index ab703fbb73d..55ec41839b6 100644
--- a/gcc/ada/stand.adb
+++ b/gcc/ada/stand.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992,1993,1994,1995,2009 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -76,7 +76,6 @@ package body Stand is
Tree_Read_Int (Int (Standard_Op_Shift_Left));
Tree_Read_Int (Int (Standard_Op_Shift_Right));
Tree_Read_Int (Int (Standard_Op_Shift_Right_Arithmetic));
-
end Tree_Read;
----------------
@@ -121,7 +120,6 @@ package body Stand is
Tree_Write_Int (Int (Standard_Op_Shift_Left));
Tree_Write_Int (Int (Standard_Op_Shift_Right));
Tree_Write_Int (Int (Standard_Op_Shift_Right_Arithmetic));
-
end Tree_Write;
end Stand;