1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/lang/jgnat/files/patch-bindgen.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

16 lines
486 B
Ada

--- bindgen.adb.orig Fri Sep 1 10:13:49 2000
+++ bindgen.adb Fri Feb 8 21:58:21 2002
@@ -1890,10 +1890,10 @@
-- Constants to help defining periods
- Always : constant := 0;
+ -- Always : constant := 0;
Hour : constant := 60;
Day : constant := 24 * Hour;
- Month : constant := 30 * Day;
+ -- Month : constant := 30 * Day;
Never : constant := Integer'Last;
-- Special value indicating no warnings should be given