Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3710670
)
doc: fix typo at 1.5.3
author
Daniel Kochmański
<daniel@turtleware.eu>
Sat, 8 Aug 2015 18:14:45 +0000
(20:14 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Sat, 8 Aug 2015 18:14:45 +0000
(20:14 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
doc/ansi_data_flow.xml
patch
|
blob
|
blame
|
history
diff --git
a/doc/ansi_data_flow.xml
b/doc/ansi_data_flow.xml
index
2debf7d
..
8419160
100644
(file)
--- a/
doc/ansi_data_flow.xml
+++ b/
doc/ansi_data_flow.xml
@@
-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>
\ No newline at end of file
+</book>