From 86bb1c1db4e310e43528cb353413e51b0f664370 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 21 May 2018 19:59:43 +0300 Subject: [PATCH] Shuffle --- link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link.c b/link.c index 36e7bdc..9716a58 100644 --- a/link.c +++ b/link.c @@ -1,3 +1,4 @@ +/* lots of code c&p-ed directly from mupdf */ #ifdef __clang__ #pragma GCC diagnostic error "-Weverything" #pragma GCC diagnostic ignored "-Wpadded" @@ -9,7 +10,6 @@ #pragma GCC diagnostic ignored "-Wdouble-promotion" -/* lots of code c&p-ed directly from mupdf */ extern char **environ; #define CAML_NAME_SPACE -- 2.11.4.GIT