summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 956fa5681..d41764611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* src/test.c (is_int, age_of, binop): Declare `char *' parameters to
be `const'.
+ (binop): Move function definition to precede first use so we can...
+ (binop): ...remove prototype.
2005-04-05 Paul Eggert <eggert@cs.ucla.edu>