Made skipspace() an inline function and changed it to handle the most common case of 'no leading space' very fast, and avoid calling isspace()

This commit is contained in:
Klaus Schmidinger
2007-07-21 13:39:02 +02:00
parent 214c12289f
commit 4c90306502
4 changed files with 15 additions and 11 deletions

View File

@@ -2114,3 +2114,4 @@ Patrice Staudt <staudt@engsystem.net>
Tobias Bratfisch <tobias@reel-multimedia.com>
for improving numdigits(), isnumber() and strreplace()
for suggesting to make skipspace() an inline function