mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b82428243b
has much stricter Ada 95 style checking. PR: 34749 Submitted by: MAINTAINER
16 lines
486 B
Ada
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
|