Date: Sat, 13 Mar 2010 20:43:11 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh parser.c Message-ID: <201003132043.o2DKhKfQ001441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-03-13 20:43:11 UTC
FreeBSD src repository
Modified files:
bin/sh parser.c
Log:
SVN rev 205130 on 2010-03-13 20:43:11Z by 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.
Revision Changes Path
1.74 +162 -166 src/bin/sh/parser.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003132043.o2DKhKfQ001441>
