1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

- Testing 1 2 3

This commit is contained in:
Andi Gutmans
2000-09-11 15:14:56 +00:00
parent 6ac728e179
commit 770098eca8

View File

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