Re: [PATCH] Fix leading zero with g0 editing

2015-11-22 Thread Jerry DeLisle
On 11/22/2015 01:44 PM, Steve Kargl wrote: > On Sun, Nov 22, 2015 at 01:32:56PM -0800, Jerry DeLisle wrote: >> This minor patch brings the leading zero to emitting floats with g0 editing >> by >> moving the block of code up a little before the g0 is handled. This has been >> lurking in my trunk f

Re: [PATCH] Fix leading zero with g0 editing

2015-11-22 Thread Steve Kargl
On Sun, Nov 22, 2015 at 01:32:56PM -0800, Jerry DeLisle wrote: > This minor patch brings the leading zero to emitting floats with g0 editing by > moving the block of code up a little before the g0 is handled. This has been > lurking in my trunk for several moths and I would like to get it out of t

[PATCH] Fix leading zero with g0 editing

2015-11-22 Thread Jerry DeLisle
This minor patch brings the leading zero to emitting floats with g0 editing by moving the block of code up a little before the g0 is handled. This has been lurking in my trunk for several moths and I would like to get it out of the way. Updated Test case also. Regression tested on x86-64-linux.