[asterisk-commits] jpeeler: branch 1.6.1 r236904 - in /branches/1.6.1: ./ utils/ael_main.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 30 15:13:12 CST 2009
Author: jpeeler
Date: Wed Dec 30 15:13:10 2009
New Revision: 236904
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=236904
Log:
Merged revisions 236902 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r236902 | jpeeler | 2009-12-30 15:09:28 -0600 (Wed, 30 Dec 2009) | 2 lines
One more LOW_MEMORY compile fix.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/utils/ael_main.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/utils/ael_main.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/utils/ael_main.c?view=diff&rev=236904&r1=236903&r2=236904
==============================================================================
--- branches/1.6.1/utils/ael_main.c (original)
+++ branches/1.6.1/utils/ael_main.c Wed Dec 30 15:13:10 2009
@@ -26,8 +26,10 @@
int option_debug = 0;
int option_verbose = 0;
+#if !defined(LOW_MEMORY)
void ast_register_file_version(const char *file, const char *version) { }
void ast_unregister_file_version(const char *file) { }
+#endif
struct ast_flags ast_compat = { 7 };
More information about the asterisk-commits
mailing list