strspn.c: drop "inline"
authorH. Peter Anvin <hpa@zytor.com>
Wed, 13 Oct 2010 05:42:27 +0000 (22:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 Oct 2010 05:43:16 +0000 (22:43 -0700)
commit0d738aa71b053f185cf5fbc126b1bbb6fb8d478b
treeb5704d02934a70f61ba05894f905b541a16fa98e
parentb567fbcbd4ae3b7a3e3dd7ccc25fc7e04b2da28e
strspn.c: drop "inline"

Drop "inline" from bit operations.  These should be recoded to use x86
bts/bt instructions, but for now just drop the "inline" which causes
failures on gcc 4.5 due to inlining failures.

Reported-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/strspn.c