summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorKate <kit.ty.kate@disroot.org>2019-12-26 09:49:30 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-12-26 09:50:57 +0100
commitdc458a04364f96fac654ac52556d8a9ed91f9187 (patch)
tree246b3f509b0db8178f0def5a18b176601a34769e /.gitattributes
parent4e6e9123287405a08b349c3e0e12d53000e8534d (diff)
downloadocaml-dc458a04364f96fac654ac52556d8a9ed91f9187.tar.gz
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)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
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