mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
141cc629a2
distributed systems in Ada. PR: ports/18374 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
12 lines
412 B
Plaintext
12 lines
412 B
Plaintext
--- ada/ali.adb.orig Wed May 3 20:09:02 2000
|
|
+++ ada/ali.adb Wed May 3 20:09:13 2000
|
|
@@ -220,7 +220,7 @@
|
|
Write_Str (" is incorrectly formatted");
|
|
Write_Eol;
|
|
Write_Str
|
|
- ("make sure you are using consistent versions of gcc/gnatbind");
|
|
+ ("make sure you are using consistent versions of adagcc/gnatbind");
|
|
Write_Eol;
|
|
|
|
-- Find start of line
|