[asterisk-commits] dlee: branch 12 r398754 - in /branches/12: ./ utils/check_expr.c

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


Author: dlee
Date: Tue Sep 10 12:49:30 2013
New Revision: 398754

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

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

Modified:
    branches/12/   (props changed)
    branches/12/utils/check_expr.c

Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.

Modified: branches/12/utils/check_expr.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/utils/check_expr.c?view=diff&rev=398754&r1=398753&r2=398754
==============================================================================
--- branches/12/utils/check_expr.c (original)
+++ branches/12/utils/check_expr.c Tue Sep 10 12:49:30 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