aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-25 17:07:32 +0200
committerMattias Andrée <maandree@kth.se>2016-07-25 17:07:32 +0200
commit86eab9c9bc9a75e57b4e97792cd4227d069d6819 (patch)
tree4305be4b0e79e123f99bc42c7577b92f3c508250 /doc
parentFix another error in the solution for Powers of the golden ratio (diff)
downloadlibzahl-86eab9c9bc9a75e57b4e97792cd4227d069d6819.tar.gz
libzahl-86eab9c9bc9a75e57b4e97792cd4227d069d6819.tar.bz2
libzahl-86eab9c9bc9a75e57b4e97792cd4227d069d6819.tar.xz
Manual refdup should not return int
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc')
-rw-r--r--doc/not-implemented.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
index ca6da5c..9b3c6cb 100644
--- a/doc/not-implemented.tex
+++ b/doc/not-implemented.tex
@@ -773,7 +773,7 @@ with acceptable performance — {\tt *r = *a},
be implemented.
\begin{alltt}
- int
+ void
refdup(z_t r, z_t a)
\{
\textcolor{c}{/* \textrm{Almost fully optimised, but perfectly portable} *r = *a; */}