[asterisk-commits] dlee: branch 11 r398753 - in /branches/11: ./ utils/check_expr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 10 12:48:53 CDT 2013
Author: dlee
Date: Tue Sep 10 12:48:52 2013
New Revision: 398753
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398753
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
Modified:
branches/11/ (props changed)
branches/11/utils/check_expr.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/utils/check_expr.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/utils/check_expr.c?view=diff&rev=398753&r1=398752&r2=398753
==============================================================================
--- branches/11/utils/check_expr.c (original)
+++ branches/11/utils/check_expr.c Tue Sep 10 12:48:52 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