aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkfns.c')
-rw-r--r--src/pgtkfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c
index e7ab20897b7..69a7430b8d3 100644
--- a/src/pgtkfns.c
+++ b/src/pgtkfns.c
@@ -3160,7 +3160,7 @@ When using Gtk+ tooltips, the tooltip face is not used. */);
3160} 3160}
3161 3161
3162 3162
3163 3163#ifdef PGTK_DEBUG
3164#include <stdarg.h> 3164#include <stdarg.h>
3165#include <time.h> 3165#include <time.h>
3166void pgtk_log(const char *file, int lineno, const char *fmt, ...) 3166void pgtk_log(const char *file, int lineno, const char *fmt, ...)
@@ -3181,7 +3181,7 @@ void pgtk_log(const char *file, int lineno, const char *fmt, ...)
3181 va_end(ap); 3181 va_end(ap);
3182 fputc('\n', stderr); 3182 fputc('\n', stderr);
3183} 3183}
3184#ifdef PGTK_DEBUG 3184
3185void pgtk_backtrace(const char *file, int lineno) 3185void pgtk_backtrace(const char *file, int lineno)
3186{ 3186{
3187 Lisp_Object bt = make_uninit_vector(10); 3187 Lisp_Object bt = make_uninit_vector(10);