aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cppawk-narg.13
1 files changed, 2 insertions, 1 deletions
diff --git a/cppawk-narg.1 b/cppawk-narg.1
index bd6c60e..d85fa7d 100644
--- a/cppawk-narg.1
+++ b/cppawk-narg.1
@@ -422,7 +422,8 @@ to be distributed into the terms:
.ft B
#define series_first(\fIx\fP, \fIi\fP, \fIa\fP) \fIa\fP(\fIx\fP ## \fIi\fP)
#define series_next(\fIprev\fP, \fIx\fP, \fIi\fP, \fIa\fP) \fIprev\fP + \fIa\fP(\fIx\fP ## \fIi\fP)
- #define series(\fIa\fP, ...) variaexpand(\fIseries_first\fP, \fIseries_next\fP, \e
+ #define series(\fIa\fP, ...) variaexpand(\fIseries_first\fP, \e
+ \fIseries_next\fP, \e
\fIa\fP, __VA_ARGS__)
.ft R