Searched hist:205130 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dparser.cdiff 205130 Sat Mar 13 18:45:59 MST 2010 jilles sh: Fix longjmp clobber warnings in parser.c.

Make parsebackq a function instead of an emulated nested function.
This puts the setjmp usage in a smaller function where it is easier to avoid
bad optimizations.

Completed in 57 milliseconds