]> git.eshelyaron.com Git - emacs.git/commit
Remove XFLOATINT
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Mar 2017 17:21:19 +0000 (09:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Mar 2017 17:22:17 +0000 (09:22 -0800)
commitd0d26c1379598983d2163deb13ba8ab13b14ba2c
tree93e7cef298261c30eac66ec00b4250076d015419
parent4e2622bf0d63c40f447d44e6401ea054ef55b261
Remove XFLOATINT

* src/lisp.h (XFLOATINT): Remove this alias for extract_float.
All callers changed to use extract_float.
* src/frame.h (NUMVAL): Now an inline function, not a macro.
src/floatfns.c
src/frame.c
src/frame.h
src/image.c
src/lisp.h
src/nsterm.m
src/window.c
src/xdisp.c