freebsd-ports/lang/jgnat/files/patch-par-ch5.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
342 B
Ada

--- par-ch5.adb.orig Fri Sep 1 10:13:57 2000
+++ par-ch5.adb Fri Feb 8 21:15:01 2002
@@ -1006,7 +1006,7 @@
-- Error recovery: can raise Error_Resync
- function P_Assignment_Statement (Lhs : Node_Id) return Node_Id is
+ function P_Assignment_Statement (LHS : Node_Id) return Node_Id is
Assign_Node : Node_Id;
begin