aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-30 21:09:28 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-30 21:09:28 +0000
commitc48b3d33880b1d04554dc7ab864d7cedb9775d43 (patch)
tree82686e34a82f79902826df707ac6c4e3ff0696fe
parent5c6045484ea458646ede726e8e5b356fb4b2ccff (diff)
One more LOW_MEMORY compile fix.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@236902 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--utils/ael_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 9249cd77b..8b28d31d3 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -26,8 +26,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
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 };