diff options
| author | Peter Stephenson <pws@zsh.org> | 2015-10-27 09:28:36 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2015-10-27 09:28:36 +0000 |
| commit | d45a68c5463224f43721371fb7bd4cbc24e62874 (patch) | |
| tree | 49f64e7412eccbb0444ea52bf62c48aa1eac0c69 /Src/parse.c | |
| parent | 36906: quite_signals() in ZSH_MEM realloc() (diff) | |
| download | zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.gz zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.bz2 zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.lz zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.xz zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.zst zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.zip | |
36974: fix some functions with empty argument lists
Diffstat (limited to 'Src/parse.c')
| -rw-r--r-- | Src/parse.c | 2 |
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; |
