cleanup and consistency.. blah rain @ PHX fun

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7396 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2008-01-27 20:01:02 +00:00
parent 16a52df845
commit 84161010ab
132 changed files with 133 additions and 227 deletions

View File

@@ -86,7 +86,6 @@ SWITCH_DECLARE(int) switch_regex_perform(const char *field, const char *expressi
}
}
re = pcre_compile(expression, /* the pattern */
flags, /* default options */
&error, /* for error message */
@@ -120,7 +119,6 @@ SWITCH_DECLARE(int) switch_regex_perform(const char *field, const char *expressi
return match_count;
}
SWITCH_DECLARE(void) switch_perform_substitution(switch_regex_t *re, int match_count, const char *data, const char *field_data,
char *substituted, switch_size_t len, int *ovector)
{
@@ -204,13 +202,10 @@ SWITCH_DECLARE(switch_status_t) switch_regex_match(const char *target, const cha
}
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End: