summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-device.c')
-rw-r--r--source/fitz/draw-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c
index 37210af8..d1b6d54c 100644
--- a/source/fitz/draw-device.c
+++ b/source/fitz/draw-device.c
@@ -93,8 +93,8 @@ static void dump_spaces(int x, const char *s)
#endif
#ifdef DUMP_STACK_CHANGES
-#define STACK_PUSHED(A) stack_change(ctx, dev, ">" ## A)
-#define STACK_POPPED(A) stack_change(ctx, dev, "<" ## A)
+#define STACK_PUSHED(A) stack_change(ctx, dev, ">" A)
+#define STACK_POPPED(A) stack_change(ctx, dev, "<" A)
#define STACK_CONVERT(A) stack_change(ctx, dev, A)
static void stack_change(fz_context *ctx, fz_draw_device *dev, char *s)