summaryrefslogtreecommitdiff
path: root/yacc/defs.h
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2017-03-28 17:04:35 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2017-04-26 19:28:17 +0200
commit40fcbb5f0a70171193891c863a325f31291f16f7 (patch)
tree8f268ceb14ea77bd3c1cb9ac2b9c71c36d119b5f /yacc/defs.h
parent418b706cc996cf69b53159ecfe1d699c4a1c5398 (diff)
downloadocaml-40fcbb5f0a70171193891c863a325f31291f16f7.tar.gz
Move configuration header files from the config to the byterun/caml directory
This commit moves: - config/m.h to byterun/caml/m.h - config/s.h to byterun/caml/s.h Consequently, m.h and s.h now get installed alongside other OCaml header files. This commit also updates the .depend files, introducing updates in the dependencies which are not consequences of this commit itself.
Diffstat (limited to 'yacc/defs.h')
-rw-r--r--yacc/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/defs.h b/yacc/defs.h
index 075aee222f..e917592277 100644
--- a/yacc/defs.h
+++ b/yacc/defs.h
@@ -25,7 +25,7 @@
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
-#include "../config/s.h"
+#include "caml/s.h"
/* machine-dependent definitions */
/* the following definitions are for the Tahoe */