commit 86eab9c9bc9a75e57b4e97792cd4227d069d6819
Author:     Mattias Andrée <[email protected]>
AuthorDate: Mon Jul 25 17:07:32 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Mon Jul 25 17:07:32 2016 +0200

    Manual refdup should not return int
    
    Signed-off-by: Mattias Andrée <[email protected]>

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; */}

Reply via email to