aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doprnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doprnt.c b/src/doprnt.c
index 89d7e99deb4..d33c95f517b 100644
--- a/src/doprnt.c
+++ b/src/doprnt.c
@@ -503,7 +503,7 @@ esprintf (char *buf, char const *format, ...)
503 return nbytes; 503 return nbytes;
504} 504}
505 505
506#if HAVE_MODULES || (defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT) 506#if defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
507 507
508/* Format to buffer *BUF of positive size *BUFSIZE, reallocating *BUF 508/* Format to buffer *BUF of positive size *BUFSIZE, reallocating *BUF
509 and updating *BUFSIZE if the buffer is too small, and otherwise 509 and updating *BUFSIZE if the buffer is too small, and otherwise