Re: m4 cleanup

2013-04-23 Thread Ted Unangst
On Tue, Apr 23, 2013 at 16:00, Marc Espie wrote: > Did you try to get actual tests arranged ? cleaning this up is fairly low-pri > for me... there are other issues concerning our m4, such as making it work > with recent bison/recent libtool that concern me waaay more. There is no functional benef

Re: m4 cleanup

2013-04-23 Thread Marc Espie
On Sun, Apr 21, 2013 at 02:28:09AM -0400, Ted Unangst wrote: > For whatever reason, I found myself looking at the m4 code. In eval.c, > there are some funny functions. I figure if you have to cast every > instance of a variable to a different type, maybe the problem is > you're starting with the wr

Re: m4 cleanup

2013-04-21 Thread Marc Espie
On Sun, Apr 21, 2013 at 02:28:09AM -0400, Ted Unangst wrote: > For whatever reason, I found myself looking at the m4 code. In eval.c, > there are some funny functions. I figure if you have to cast every > instance of a variable to a different type, maybe the problem is > you're starting with the wr

m4 cleanup

2013-04-20 Thread Ted Unangst
For whatever reason, I found myself looking at the m4 code. In eval.c, there are some funny functions. I figure if you have to cast every instance of a variable to a different type, maybe the problem is you're starting with the wrong type. Switching to unsigned char * inputs makes these functions m