diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:10:51 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:10:51 +0000 |
commit | 1a9f5599ddaf9dc3798f0892786a46ac9b73bbb1 (patch) | |
tree | f794bf3931ce36863824f1c040f3257d638bafa6 /byterun/extern.c | |
parent | 8fde08275d43b3ec5a58d8920f8850b57c4bac5f (diff) |
decontamination (PR#1914, PR#1956)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6021 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/extern.c')
-rw-r--r-- | byterun/extern.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/extern.c b/byterun/extern.c index 7e29d0ccd..4d534b2eb 100644 --- a/byterun/extern.c +++ b/byterun/extern.c @@ -15,6 +15,8 @@ /* Structured output */ +/* The interface of this file is "intext.h" */ + #include <string.h> #include "alloc.h" #include "custom.h" |