summaryrefslogtreecommitdiff
path: root/.cvsignore
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-08-29 22:03:37 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-08-29 22:03:37 +0000
commit0f03a734b17826783dba60a572371302755a2047 (patch)
treee6aa0fcc15c7915e5b37a2267d1c36c2c86f0b19 /.cvsignore
parent8b331ab17d284dd26b7304467a033b0736f9297c (diff)
don't make expression evaluator allocate a memory buffer for each result
to be returned; use the buffers already present in the PBX for this purpose update testexpr2/check_expr to allocate buffers for expression evaluation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to '.cvsignore')
-rwxr-xr-x.cvsignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index 19b9e692a..417f3ff4d 100755
--- a/.cvsignore
+++ b/.cvsignore
@@ -13,3 +13,4 @@ update.out
.tags-sources
tags
TAGS
+testexpr2