]> git.eshelyaron.com Git - emacs.git/commit
Rename Emacs-specific INFINITY constants
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 16:13:31 +0000 (09:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 16:15:49 +0000 (09:15 -0700)
commit222b5970c42c2b85df67042c0c5db198859b478a
treef75630f988959b58f3b863dbc2b25d5173641dfa
parentab871981125393d89202932284eda6e507bfc6fd
Rename Emacs-specific INFINITY constants

Although these constants were not erroneous, as they were
used only in modules that did not include <math.h>, it's
less confusing to names that cannot be confused with
the now-standard INFINITY macro.
* src/dispextern.h (SCROLL_INFINITY): New constant.
* src/dispnew.c, src/scroll.c (INFINITY):
Remove.  All uses replaced with SCROLL_INFINITY.
* src/process.c (wait_reading_process_output):
Rename private constant.
src/dispextern.h
src/dispnew.c
src/process.c
src/scroll.c