aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-rpc.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-rpc.ads')
-rw-r--r--gcc/ada/s-rpc.ads7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/ada/s-rpc.ads b/gcc/ada/s-rpc.ads
index faa09ed..2c23e5c 100644
--- a/gcc/ada/s-rpc.ads
+++ b/gcc/ada/s-rpc.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -41,10 +41,7 @@ with Ada.Streams;
package System.RPC is
- type Partition_ID is range 0 .. 63;
- -- This type must not be modified without checking the code in
- -- a-except.adb, since it expects a Partition_ID whose string
- -- representation fits on two characters.
+ type Partition_ID is range 0 .. Integer'Last;
Communication_Error : exception;