This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
typo in plugins.texi [trivial patch committed]
- From: Basile Starynkevitch <basile at starynkevitch dot net>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 25 Jun 2009 10:25:56 +0200
- Subject: typo in plugins.texi [trivial patch committed]
Hello All
By reading http://gcc.gnu.org/onlinedocs/gccint/Plugins.html I found a typo in doc/plugins.texi (the @ should be doubled for texi).
So I committed the following trivial correction.
Index: gcc/doc/plugins.texi
===================================================================
--- gcc/doc/plugins.texi (revision 148928)
+++ gcc/doc/plugins.texi (working copy)
@@ -305,7 +305,7 @@
CFLAGS+= -I$(GCCPLUGINS_DIR)/include -fPIC -O2
plugin.so: $(PLUGIN_OBJECT_FILES)
- $(GCC) -shared $^ -o $@
+ $(GCC) -shared $^ -o $@@
@end smallexample
A single source file plugin may be built with @code{gcc -I`gcc
gcc/ChangeLog:
2009-06-25 Basile Starynkevitch <basile@starynkevitch.net>
* doc/plugins.texi (Building GCC plugins): Corrected typo in
Makefile excerpt - @ should be doubled for texinfo.
I hope it is ok to commit such a trivial documentation change without
approval!
Regards.
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***