diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/not-implemented.tex | 2 |
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; */} |
