about summary refs log tree commit diff
path: root/aczsh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aczsh.m4')
-rw-r--r--aczsh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aczsh.m4 b/aczsh.m4
index dfc40ce6f..08c167d2f 100644
--- a/aczsh.m4
+++ b/aczsh.m4
@@ -45,7 +45,7 @@ else
 fi
 echo '
 	extern char **environ;
-	void *symlist1[] = {
+	void *symlist1[[]] = {
 		(void *)&environ,
 		(void *)0
 	};