mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 12:21:15 -08:00
doc: fix typo at 1.5.3
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
3710670039
commit
6b9d600e17
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ printf("\nThe cosine of PI is %g\n", ecl_double_float(c));
|
|||
<programlisting>
|
||||
cl_object one = ecl_make_fixnum(1);
|
||||
cl_object two = cl_P(2, one, one);
|
||||
cl_object three = cl_P(2, one, one, one);
|
||||
cl_object three = cl_P(3, one, one, one);
|
||||
printf("\n1 + 1 is %d\n", ecl_fixnum(two));
|
||||
printf("\n1 + 1 + 1 is %d\n", ecl_fixnum(three));
|
||||
</programlisting>
|
||||
|
|
@ -160,4 +160,4 @@ printf("\n1 + 1 + 1 is %d\n", ecl_fixnum(three));
|
|||
<xi:include href="ref_c_data_flow.xml" xpointer="ansi.data-and-control.c-dict" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
</book>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue