On 06/15/2012 12:53 PM, Stephen Warren wrote:
From: Stephen Warren <redacted>
I figured the easiest way to get named constants into dtc would be to
re-use an existing C pre-processor implemntation. Surprisingly, I could
not find many /good/ possibilities for this. I eventually found one called
gpp. This patch is an extremely quick-and-dirty integration of gpp into
dtc in order to solicit some feedback. What do people think of this
approach in general?
David, Jon,
What do you think of integrating gpp (or is there some alternative that
would be better)? Does it seem a reasonable approach; should I work on
addressing the TODO items I mentioned in the patch, or give up on this?