JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove non defined behaviour in selcopy
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 31 Jan 2014 16:30:00 +0000 (17:30 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 2 Feb 2014 18:42:01 +0000 (19:42 +0100)
commit6521b5dc32d9bdc4d8826324cb7b2877910cc633
tree420fa01fef29484ee1d962602551ab2b23d0c80d
parenta8d5870073af14aa08032ab8520c5fe17bb8a1e8
Remove non defined behaviour in selcopy

It is not defined when lateral effects of expressions are
calculated, so an expression as:

--last >= gp && !(selected(last - gp, y)

is non portable.
st.c