]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed utils directory breakage from r398748, this time with extra hate.
authorDavid M. Lee <dlee@digium.com>
Tue, 10 Sep 2013 17:49:30 +0000 (17:49 +0000)
committerDavid M. Lee <dlee@digium.com>
Tue, 10 Sep 2013 17:49:30 +0000 (17:49 +0000)
........

Merged revisions 398752 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 398753 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@398754 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/check_expr.c

index 135e9d1e2ff0eadf345fb36547f52f9a5b534d7c..6cd535df25f49212602d73fe6a8b6d79c03c7061 100644 (file)
@@ -55,6 +55,7 @@ void * attribute_malloc _ast_calloc(size_t num, size_t len, const char *file, in
 }
 #endif
 
+#ifdef DEBUG_THREADS
 #if !defined(LOW_MEMORY)
 #ifdef HAVE_BKTR
 void ast_store_lock_info(enum ast_lock_type type, const char *filename,
@@ -117,6 +118,7 @@ void ast_mark_lock_acquired(void *foo)
     /* not a lot to do in a standalone w/o threading! */
 }
 #endif
+#endif /* DEBUG_THREADS */
 
 
 static int global_lineno = 1;