docs: hacking.html.in: fix table of contents

Two sections didn't have a working link in the TOC.
This commit is contained in:
Ján Tomko 2012-09-11 14:01:56 +02:00 committed by Martin Kletzander
parent 819ea2084f
commit 24d7f3d534

View File

@ -350,7 +350,7 @@
}
</pre>
<h2><a href="types">Preprocessor</a></h2>
<h2><a name="preprocessor">Preprocessor</a></h2>
<p>
For variadic macros, stick with C99 syntax:
@ -368,7 +368,7 @@
#endif
</pre>
<h2><a href="types">C types</a></h2>
<h2><a name="types">C types</a></h2>
<p>
Use the right type.