From dc458a04364f96fac654ac52556d8a9ed91f9187 Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 26 Dec 2019 09:49:30 +0100 Subject: More compatibility macros to Caml_state (#9202) runtime/caml/compatibility.h: Add compatibility macros for globals that have been moved to Caml_state. Some of these globals are used by 3rd-party libraries, e.g. delimcc .gitattributes: Tolerate long lines in runtime/caml/compatibility.h. It's better to keep the "one #define per line" style than to introduce line breaks there. (cherry picked from commit 073fcbb14ab8c66009beb6ef49c240a24766feac) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 2ad56d1941..db37bfbe5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -168,6 +168,7 @@ tools/pre-commit-githook text eol=lf tools/markdown-add-pr-links.sh text eol=lf runtime/caml/m.h.in text eol=lf runtime/caml/s.h.in text eol=lf +runtime/caml/compatibility.h typo.long-line=may # These are all Perl scripts, so may not actually require this manual/tools/caml-tex text eol=lf -- cgit v1.2.1