Fix nested binary operations
commit3b7446f6b33ae04d7213f82a5540caa6706eba58
authorPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 22:34:57 +0000 (13 00:34 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 22:34:57 +0000 (13 00:34 +0200)
treea81043eb21ea196ff3e3b4d42263bc5153ec3a48
parent900849e32109270fac4bb30ad12020bfdbf25693
Fix nested binary operations

The temporary buffer is a good optimization, but its size is
insufficient if the right side of a binary operation contains
binary operations.

Let's allocate the temporary buffer as needed...
libhed/expr.c
libhed/expr.h