1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/jgnat/files/patch-sem_res.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

12 lines
330 B
Ada

--- sem_res.adb.orig Fri Sep 1 10:14:00 2000
+++ sem_res.adb Fri Feb 8 21:31:04 2002
@@ -1460,7 +1460,7 @@
if Present (It.Typ) then
Get_Next_Interp (I, It);
else
- exit;
+ exit Interp_Loop;
end if;
end loop Interp_Loop;
end if;