X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/83af686b3f8fa028e75e3bd6c3babef4c143ddbe..cededfbe1efb12e68c1defe008f1d69d97f4cbe3:/man/darray.3 diff --git a/man/darray.3 b/man/darray.3 index c5d9366..3b796b1 100644 --- a/man/darray.3 +++ b/man/darray.3 @@ -121,7 +121,7 @@ be used to prevent multiple declarations, e.g., .VS #ifndef FOO_V # define FOO_V - DA_DECL(foo_v, foo) + DA_DECL(foo_v, foo); #endif .VE The macro @@ -284,7 +284,8 @@ and respectively, except that they interpret the sign of their second arguments in the opposite way. This is useful if the argument is unsigned (e.g., if it's based on -.BR DA_LEN ). There are unsafed versions of both these macros too. +.BR DA_LEN ). +There are unsafe versions of both these macros too. .SS "Stack operations" Dynamic arrays support Perl-like stack operations. Given an array (pointer)