[asterisk-commits] dlee: trunk r398755 - in /trunk: ./ utils/check_expr.c

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


Author: dlee
Date: Tue Sep 10 12:50:13 2013
New Revision: 398755

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398755
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
........

Merged revisions 398754 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    trunk/   (props changed)
    trunk/utils/check_expr.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Tue Sep 10 12:50:13 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-398750
+/branches/12:1-398558,398560-398577,398579-398754

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