aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorKenichi Handa2010-08-09 20:05:27 +0900
committerKenichi Handa2010-08-09 20:05:27 +0900
commitaa151b90b64cc6861629c505badc7d766586b288 (patch)
tree207f08cf2c9821fdbf1e77381756898896b01288 /src/floatfns.c
parent82a9ce0fbe7d4e0646fe9d2888f312fa4a39c74b (diff)
parent8ea90aa3525a93194e98b7e1b2ea77e96ca3dde6 (diff)
downloademacs-aa151b90b64cc6861629c505badc7d766586b288.tar.gz
emacs-aa151b90b64cc6861629c505badc7d766586b288.zip
merge trunk
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 4c1548cfd8f..1c3e40eefde 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -117,7 +117,7 @@ static int in_float;
117 117
118static Lisp_Object float_error_arg, float_error_arg2; 118static Lisp_Object float_error_arg, float_error_arg2;
119 119
120static char *float_error_fn_name; 120static const char *float_error_fn_name;
121 121
122/* Evaluate the floating point expression D, recording NUM 122/* Evaluate the floating point expression D, recording NUM
123 as the original argument for error messages. 123 as the original argument for error messages.
@@ -746,7 +746,7 @@ static Lisp_Object
746rounding_driver (Lisp_Object arg, Lisp_Object divisor, 746rounding_driver (Lisp_Object arg, Lisp_Object divisor,
747 double (*double_round) (double), 747 double (*double_round) (double),
748 EMACS_INT (*int_round2) (EMACS_INT, EMACS_INT), 748 EMACS_INT (*int_round2) (EMACS_INT, EMACS_INT),
749 char *name) 749 const char *name)
750{ 750{
751 CHECK_NUMBER_OR_FLOAT (arg); 751 CHECK_NUMBER_OR_FLOAT (arg);
752 752