parse_call_math: fix left overs from the format change
commitbeae6b2be4599114ad56eb4a2deed73d3c5a2f3d
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Sep 2014 20:47:23 +0000 (22 23:47 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Sep 2014 20:47:23 +0000 (22 23:47 +0300)
tree886a7503da9c917503b7f8efef0d42dc7793cfec
parentba7aca8d5fe48b7a8cb7749fc400b1da1397aee3
parse_call_math: fix left overs from the format change

In the old format this was '<0>' but now it is '$0'.  It seems a pity that
we only allow 9 arguments.

Also I made the buffer not static.  Static buffers are a constant headache
because then later you add the ability to nest stuff and it all breaks.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_parse_call_math.c