]> granicus.if.org Git - php/commitdiff
- Testing 1 2 3
authorAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 15:15:29 +0000 (15:15 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 15:15:29 +0000 (15:15 +0000)
TSRM/tsrm_strtok_r.c

index cfd956df4751f079f67e96d9be31cc3791520da2..e9ad26a7ac2975c7de06fa76f0169bedad846097 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "tsrm_config_common.h"
 #include "tsrm_strtok_r.h"
+
 static inline int in_character_class(char ch, const char *delim)
 {
        while (*delim) {