diff options
author | Alain Frisch <alain@frisch.fr> | 2010-05-21 15:06:01 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2010-05-21 15:06:01 +0000 |
commit | baceb82d5cd0a738ebbdddd11df71dea9a3a900b (patch) | |
tree | 55b5aa85874d1694152f40fdbbd4748ef604884c /Makefile | |
parent | 1cb53ee05aae70997e00b89ec971351d2350c217 (diff) | |
download | ocaml-baceb82d5cd0a738ebbdddd11df71dea9a3a900b.tar.gz |
Keep location on type declarations.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/located_errors@10454 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ OPTOBJS=$(OPTUTILS) $(PARSING) $(TYPING) $(COMP) $(ASMCOMP) $(OPTDRIVER) EXPUNGEOBJS=utils/misc.cmo utils/tbl.cmo \ utils/config.cmo utils/clflags.cmo \ typing/ident.cmo typing/path.cmo typing/types.cmo typing/btype.cmo \ + utils/warnings.cmo parsing/linenum.cmo parsing/location.cmo \ typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo \ bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo |