blob: 55cc39c424f5d0b4696bdc5e1a9c2fc61edf85a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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);
|