re_intuit_start(): reduce use of s in stclass code
authorDavid Mitchell <davem@iabyn.com>
Mon, 10 Feb 2014 14:52:46 +0000 (14:52 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 16 Mar 2014 18:03:49 +0000 (18:03 +0000)
commitc68d900fa69a98fc307d2b8a88927a1c4b609bc0
tree03d00e070ed19615581cd03b6dad73476abe799a
parentee5cbb25cd8121857974ab2c66dc5acd2467b5da
re_intuit_start(): reduce use of s in stclass code

s is mainly acting as a stand-in for rx_origin; so just use rx_origin
directly.
regexec.c