aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 17:49:18 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 17:49:18 +0000
commitc24a652789e15b33153c1d90c6869eb6e6e28040 (patch)
treee5e5aa2767fe098e3b23f82091ff6d60b0c6d8f2 /cparser/Makefile
parent6a8503115a9952dc793d15d0ea9033b68b30aae6 (diff)
downloadcompcert-kvx-c24a652789e15b33153c1d90c6869eb6e6e28040.tar.gz
compcert-kvx-c24a652789e15b33153c1d90c6869eb6e6e28040.zip
Handling of builtins, continued.
PrintCsyntax, PrintAsm: improve printing of float literals. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1284 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Makefile')
-rw-r--r--cparser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cparser/Makefile b/cparser/Makefile
index df1d6047..837bda87 100644
--- a/cparser/Makefile
+++ b/cparser/Makefile
@@ -11,9 +11,9 @@ INTFS=C.mli
SRCS=Errors.ml Cabs.ml Cabshelper.ml Parse_aux.ml Parser.ml Lexer.ml \
Machine.ml \
- Env.ml Cprint.ml Cutil.ml Ceval.ml Cleanup.ml \
+ Env.ml Cprint.ml Cutil.ml Ceval.ml \
Builtins.ml GCC.ml \
- Elab.ml Rename.ml \
+ Cleanup.ml Elab.ml Rename.ml \
Transform.ml \
Unblock.ml SimplExpr.ml AddCasts.ml StructByValue.ml StructAssign.ml \
Bitfields.ml \