freebsd-ports/lang/jgnat/files/patch-gnatbind.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

11 lines
314 B
Ada

--- gnatbind.adb.orig Fri Sep 1 10:13:51 2000
+++ gnatbind.adb Fri Feb 8 21:50:43 2002
@@ -183,7 +183,7 @@
Next_Arg := 1;
Scan_Args : loop
- exit when Next_Arg >= Arg_Count;
+ exit Scan_Args when Next_Arg >= Arg_Count;
declare
Next_Argv : String (1 .. Len_Arg (Next_Arg));