parent
57131d9010
commit
364c27d81c
2 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<row>
|
||||
<entry><type>extended-char</type></entry>
|
||||
<entry>-</entry>
|
||||
<entry>255-16777215</entry>
|
||||
<entry>256-16777215</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
@ -100,4 +100,4 @@
|
|||
|
||||
<xi:include href="ref_c_characters.xml" xpointer="ansi.characters.c-dict" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
</chapter>
|
||||
</book>
|
||||
</book>
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@
|
|||
|
||||
<para>Many other types might also not exist on all platforms. This includes not only <type>long long</type> and <type>unsigned long long</type>, but also some of the <acronym>C99</acronym> integer types. There are two ways to detect which integer types are available in your system</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>Check for the definition of C macros with a similar name, shown in the fourth column above.</para></listitem>
|
||||
<listitem><para>In Lisp code, check for the presence of the associated features, shown in the fifth column above.</para></listitem>
|
||||
<listitem><para>Check for the definition of C macros with a similar name, shown in the fifth column above.</para></listitem>
|
||||
<listitem><para>In Lisp code, check for the presence of the associated features, shown in the fourth column above.</para></listitem>
|
||||
</itemizedlist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -915,4 +915,4 @@
|
|||
|
||||
</section>
|
||||
</chapter>
|
||||
</book>
|
||||
</book>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue