scan.cc: change textual order of extract_unsigned and extract_int
commita309f189f21fffee0e0b322b8392d56eacace6c6
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Feb 2014 11:52:46 +0000 (10 12:52 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:30 +0000 (25 14:36 +0100)
tree702be4ac9c69bb62ba23ea0104041fecce97446d
parentbb27eba19877f387cae5df70c9466ffd3065c8e1
scan.cc: change textual order of extract_unsigned and extract_int

extract_int calls extract_unsigned, so it makes sense to put
extract_unsigned first.  This change will also simplify the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc