This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to gnat_ugn.texi


I've applied the following patch to mainline to correct the argument to
@setfilename in gnat_ugn.texi, per
<http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00477.html>.  It is possible
than an updated version of the patch in
<http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00468.html> would now work.

Passed "make info" and "make dvi".

2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>

	* gnat_ugn.texi: Correct argument to @setfilename.

--- GCC/gcc/ada/gnat_ugn.texi.orig	2004-04-28 09:41:59.000000000 +0000
+++ GCC/gcc/ada/gnat_ugn.texi	2004-04-28 10:00:52.000000000 +0000
@@ -77,7 +77,13 @@
 @c
 @c oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
 
-@setfilename gnat_ugn.info
+@ifset vms
+@setfilename gnat_ugn_vms.info
+@end ifset
+
+@ifset unw
+@setfilename gnat_ugn_unw.info
+@end ifset
 
 @ifset vms
 @settitle GNAT User's Guide for Native Platforms / OpenVMS Alpha

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]