about summary refs log tree commit diff
path: root/manual/string.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/string.texi b/manual/string.texi
index af21bccf48..5051f545c1 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -886,6 +886,7 @@ concat (const char *str, @dots{})
     @{
       char *newp;
       char *wp;
+      const char *s;
 
       va_start (ap, str);