]> git.eshelyaron.com Git - emacs.git/commit
Port LIBRSVG_CHECK_VERSION fix to picky cpp
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 May 2019 15:37:40 +0000 (08:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 May 2019 15:38:15 +0000 (08:38 -0700)
commitcaa28f031b65ff6512e777f8996d7f3c3144c17a
tree971c5914bc1b6dc74d39a3e519c765e4e5a1a33e
parent8b789755b45e6e10ed2809d7a7b89146b28452fc
Port LIBRSVG_CHECK_VERSION fix to picky cpp

* src/image.c (LIBRSVG_CHECK_VERSION): Define to yield false
if it isn’t already defined.
(svg_load_image): Port to C preprocessors that check the
syntax of the entire preprocessing expression before
evaluating any of it.
src/image.c