diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-03-07 17:49:18 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-03-07 17:49:18 +0000 |
commit | c24a652789e15b33153c1d90c6869eb6e6e28040 (patch) | |
tree | e5e5aa2767fe098e3b23f82091ff6d60b0c6d8f2 /cparser/Makefile | |
parent | 6a8503115a9952dc793d15d0ea9033b68b30aae6 (diff) |
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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cparser/Makefile b/cparser/Makefile index df1d604..837bda8 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 \ |