diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 585763ab3..261b81a77 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -254,6 +254,16 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="c"> + <term><command>c++</command></term> + <listitem> + <para>The C++ compiler</para> + <indexterm zone="ch-system-gcc c"> + <primary sortas="b-c++">c++</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="cc"> <term><command>cc</command></term> <listitem> @@ -275,16 +285,6 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen> </listitem> </varlistentry> - <varlistentry id="c"> - <term><command>c++</command></term> - <listitem> - <para>The C++ compiler</para> - <indexterm zone="ch-system-gcc c"> - <primary sortas="b-c++">c++</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="g"> <term><command>g++</command></term> <listitem> |