summaryrefslogtreecommitdiff
path: root/cord/cordbscs.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-02-16 20:46:58 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-02-16 20:46:58 +0400
commit14c09aef1ce4ac4e627f8d62e1c82e475844ded9 (patch)
treef3d4c960424ec900d3de997c588df3f3178dc282 /cord/cordbscs.c
parent23c1cf2c6e58556853bd3c3f0173421be6fc43a6 (diff)
downloadbdwgc-14c09aef1ce4ac4e627f8d62e1c82e475844ded9.tar.gz
cord: Change no-argument functions declaration style to ANSI C
* cord/cordbscs.c (CORD_init_min_len): Use ANSI C style of no-argument function prototype. * cord/tests/de.c (prune_map, normalize_display, fix_pos): Likewise.
Diffstat (limited to 'cord/cordbscs.c')
-rw-r--r--cord/cordbscs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cordbscs.c b/cord/cordbscs.c
index a05e6e04..56536726 100644
--- a/cord/cordbscs.c
+++ b/cord/cordbscs.c
@@ -598,7 +598,7 @@ typedef ForestElement Forest [ MAX_DEPTH ];
/* of the forest in order of DECREASING */
/* indices. */
-void CORD_init_min_len()
+void CORD_init_min_len(void)
{
register int i;
register size_t last, previous, current;