1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/lang/jgnat/files/patch-par-ch3.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
396 B
Ada

--- par-ch3.adb.orig Fri Sep 1 10:13:57 2000
+++ par-ch3.adb Fri Feb 8 21:14:11 2002
@@ -2587,7 +2587,7 @@
P_Component_Items (Decls_List);
P_Pragmas_Opt (Decls_List);
- exit when Token = Tok_End
+ exit Component_Scan_Loop when Token = Tok_End
or else Token = Tok_Case
or else Token = Tok_When;