about summary refs log tree commit diff
path: root/Src/parse.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-10-27 09:28:36 +0000
committerPeter Stephenson <pws@zsh.org>2015-10-27 09:28:36 +0000
commitd45a68c5463224f43721371fb7bd4cbc24e62874 (patch)
tree49f64e7412eccbb0444ea52bf62c48aa1eac0c69 /Src/parse.c
parent81fa9fd25a57ebaf7e242bc678a6fd179bbdb718 (diff)
downloadzsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.gz
zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.xz
zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.zip
36974: fix some functions with empty argument lists
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/parse.c b/Src/parse.c
index a26df6f0a..83ba396b0 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -530,7 +530,7 @@ empty_eprog(Eprog p)
 }
 
 static void
-clear_hdocs()
+clear_hdocs(void)
 {
     struct heredocs *p, *n;