aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorHugo Herbelin2021-04-05 16:40:10 +0200
committerHugo Herbelin2021-04-23 15:34:29 +0200
commite07efb3798c7c6ec54aac9093ab50fddfc6c6a5b (patch)
tree3459872faa79c263577f55ddbd1a8d30d497f8a7 /Makefile.build
parent52a71bf2b1260ce8f8622878c82caec54d298808 (diff)
Relying on the abstract notion of streams with location for parsing.
We also get rid of ploc.ml, now useless, relying a priori on more robust code in lStream.ml for location reporting (see e.g. parse_parsable in grammar.ml).
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 2b626506a3..d0948baf07 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -621,7 +621,6 @@ gramlib/.pack:
# gramlib.ml contents
gramlib/.pack/gramlib.ml: | gramlib/.pack
echo " \
-module Ploc = Gramlib__Ploc \
module Plexing = Gramlib__Plexing \
module Gramext = Gramlib__Gramext \
module Grammar = Gramlib__Grammar" > $@