# HG changeset patch # User Richard M. Stallman # Date 842850826 0 # Node ID f414d3a2fd58ca4ea977aa3a34642f99d012bee2 # Parent 4aba3694474971e2940e872da4f081b7bcbbef4b Comment change. diff -r 4aba36944749 -r f414d3a2fd58 src/floatfns.c --- a/src/floatfns.c Mon Sep 16 05:09:06 1996 +0000 +++ b/src/floatfns.c Mon Sep 16 05:13:46 1996 +0000 @@ -121,7 +121,9 @@ static int in_float; /* If an argument is out of range for a mathematical function, - here is the actual argument value to use in the error message. */ + here is the actual argument value to use in the error message. + These variables are used only across the floating point library call + so there is no need to staticpro them. */ static Lisp_Object float_error_arg, float_error_arg2;