summaryrefslogtreecommitdiff
path: root/include/mupdf/memento.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-16 20:10:28 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-16 20:12:45 +0100
commit86fdaa193759a698c8281e0ff11c797f040ae69f (patch)
treee4c5da9d5cb9fea73a8706c465467d606bea532c /include/mupdf/memento.h
parent514508fcac199d8c33ffdb6e46b54ea39a706d9c (diff)
downloadmupdf-86fdaa193759a698c8281e0ff11c797f040ae69f.tar.xz
Add some missing #ifdeffery for Memento.
Diffstat (limited to 'include/mupdf/memento.h')
-rw-r--r--include/mupdf/memento.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/memento.h b/include/mupdf/memento.h
index f4fae76d..d78f25e3 100644
--- a/include/mupdf/memento.h
+++ b/include/mupdf/memento.h
@@ -271,6 +271,7 @@ void Memento_fin(void);
#define Memento_reference(A) (A)
#define Memento_startLeaking() do {} while (0)
#define Memento_stopLeaking() do {} while (0)
+#define Memento_fin() do {} while (0)
#endif /* MEMENTO */