Removed some spurious references to 'Linenum' (the latter one preventing the build of camlp4).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11171 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
bde86b194e
commit
8b918bfe94
|
@ -1,6 +1,4 @@
|
|||
camlp4_config.ml
|
||||
linenum.mli
|
||||
linenum.mll
|
||||
location.ml
|
||||
location.mli
|
||||
terminfo.ml
|
||||
|
|
|
@ -676,7 +676,6 @@ let special_modules =
|
|||
let camlp4_import_list =
|
||||
["utils/misc.ml";
|
||||
"utils/terminfo.ml";
|
||||
"parsing/linenum.ml";
|
||||
"utils/warnings.ml";
|
||||
"parsing/location.ml";
|
||||
"parsing/longident.ml";
|
||||
|
|
Loading…
Reference in New Issue