diff options
author | Xavier Leroy <xavier.leroy@college-de-france.fr> | 2019-10-22 11:16:51 +0200 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@college-de-france.fr> | 2021-10-07 17:01:25 +0200 |
commit | e165c285ee4e0b3fbec5035ad81c93a01c401220 (patch) | |
tree | 417062874b6bf45c59ffee5f478d627c1419cc1b /.gitattributes | |
parent | 082341c298d0d33c3d784540332f5a259fcd38f0 (diff) | |
download | ocaml-e165c285ee4e0b3fbec5035ad81c93a01c401220.tar.gz |
Deprecation of C macros
Add macro CAML_DEPRECATED(oldname,newname) to emit a deprecation warning
every time this macro is processed.
Use it to produce deprecation warnings when macros from <caml/compatibility.h>
are used.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 714b6348c7..e1b8ddbec4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -102,6 +102,7 @@ otherlibs/win32unix/stat.c typo.long-line otherlibs/win32unix/symlink.c typo.long-line runtime/sak.c typo.non-ascii +runtime/caml/compatibility.h typo.very-long-line stdlib/hashbang typo.white-at-eol typo.missing-lf |