[asterisk-commits] dlee: branch 1.8 r398752 - /branches/1.8/utils/check_expr.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 10 12:48:00 CDT 2013


Author: dlee
Date: Tue Sep 10 12:47:59 2013
New Revision: 398752

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398752
Log:
Fixed utils directory breakage from r398748, this time with extra hate.

Modified:
    branches/1.8/utils/check_expr.c

Modified: branches/1.8/utils/check_expr.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/utils/check_expr.c?view=diff&rev=398752&r1=398751&r2=398752
==============================================================================
--- branches/1.8/utils/check_expr.c (original)
+++ branches/1.8/utils/check_expr.c Tue Sep 10 12:47:59 2013
@@ -55,6 +55,7 @@
 }
 #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 @@
     /* not a lot to do in a standalone w/o threading! */
 }
 #endif
+#endif /* DEBUG_THREADS */
 
 
 static int global_lineno = 1;




More information about the asterisk-commits mailing list