Mercurial > lcfOS
diff python/zcc.py @ 300:158068af716c
yafm
author | Windel Bouwman |
---|---|
date | Tue, 03 Dec 2013 18:00:22 +0100 |
parents | 9417caea2eb3 |
children | 6753763d3bec |
line wrap: on
line diff
--- a/python/zcc.py Sun Dec 01 18:37:23 2013 +0100 +++ b/python/zcc.py Tue Dec 03 18:00:22 2013 +0100 @@ -4,7 +4,7 @@ import argparse import logging -import c3 +from ppci.c3 import Builder import ppci import codegen import outstream @@ -52,7 +52,7 @@ """ logging.info('Zcc started') # Front end: - c3b = c3.Builder(diag) + c3b = Builder(diag) cg = codegen.CodeGenerator(tg) # TODO: remove this arm specifics: