mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b82428243b
has much stricter Ada 95 style checking. PR: 34749 Submitted by: MAINTAINER
12 lines
330 B
Ada
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;
|