From 4c90306502f858ec95683baf2bfeb9b1fe669c66 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 21 Jul 2007 13:39:02 +0200 Subject: Made skipspace() an inline function and changed it to handle the most common case of 'no leading space' very fast, and avoid calling isspace() --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 937e2a59..6ea33dcc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2114,3 +2114,4 @@ Patrice Staudt Tobias Bratfisch for improving numdigits(), isnumber() and strreplace() + for suggesting to make skipspace() an inline function -- cgit v1.2.3