Omit exprintf if modules but no X
commitc54718e0bb390b35d86e8cab7ae1a7d1da9c047c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Dec 2017 02:11:00 +0000 (3 18:11 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Dec 2017 02:18:02 +0000 (3 18:18 -0800)
tree023c4590c26a2d7df67f7de32c03d6afc7270c19
parent1dcf8b5ec59ff714b02ccc7466c02a9e6132bcc9
Omit exprintf if modules but no X

* src/doprnt.c (exprintf): Do not define if HAVE_MODULES &&
!(have_X_WINDOWS || USE_X_TOOLKIT), as the modules code no longer
uses exprintf.
src/doprnt.c