1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/lang/jgnat/files/patch-sem_dist.adb
Kevin Lo b82428243b Update jgnat so it will continue to build with the new compiler which
has much stricter Ada 95 style checking.

PR: 34749
Submitted by: MAINTAINER
2002-02-09 08:20:42 +00:00

21 lines
655 B
Ada

--- sem_dist.adb.orig Fri Sep 1 10:14:00 2000
+++ sem_dist.adb Fri Feb 8 21:38:20 2002
@@ -213,7 +213,7 @@
-- Process_Partition_ID --
--------------------------
- procedure Process_Partition_ID (N : Node_Id) is
+ procedure Process_Partition_Id (N : Node_Id) is
Loc : constant Source_Ptr := Sloc (N);
Ety : Entity_Id;
Nd : Node_Id;
@@ -288,7 +288,7 @@
Rewrite (N, Convert_To (Typ, Get_Pt_Id_Call));
Analyze_And_Resolve (N, Typ);
- end Process_Partition_ID;
+ end Process_Partition_Id;
----------------------------------
-- Process_Remote_AST_Attribute --