1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/asis-gpl/files/patch-aa
Neil Blakey-Milner b45c6f59e4 Add asis, the Ada Semantic Interface Specification.
PR:		ports/19873
Submitted by:	Thomas Quinot <quinot@inf.enst.fr>
2000-08-01 10:00:31 +00:00

13 lines
392 B
Plaintext

#PATCHOPTIONS: -p0
--- asis/a4g-gnat_int.ads.orig Wed Oct 27 15:06:50 1999
+++ asis/a4g-gnat_int.ads Wed Oct 27 15:06:57 1999
@@ -67,7 +67,7 @@
-- Compiler Variables & Routines --
-----------------------------------
- Gcc : constant String := "gcc";
+ Gcc : constant String := "adagcc";
Nul_Argument_List : constant Argument_List (1 .. 0) := (others => null);