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.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@236903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeff Peeler
2009-12-30 21:12:43 +00:00
parent c0139445ba
commit 1df5e51016

View File

@@ -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 };