orcc: Add --compat
authorDavid Schleef <ds@schleef.org>
Mon, 14 Jun 2010 19:05:12 +0000 (12:05 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 14 Jun 2010 19:42:26 +0000 (12:42 -0700)
commit440f38e1d36cc354e5139043c01da0865f63ebe8
tree2dd871710035be1a23963c5497449c757c453167
parent195d611658eccfb73d61f142e29dd53da34dbaf2
orcc: Add --compat

This enables checking of parsed orc code for compatibility with
older versions of Orc.  Right now, this means that if --compat 0.4.5
is specified, you cannot use float parameters, since that feature
was introduced after 0.4.5.
tools/orcc.c