]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE should...
authorJoshua Colp <jcolp@digium.com>
Mon, 26 Mar 2007 15:16:29 +0000 (15:16 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 26 Mar 2007 15:16:29 +0000 (15:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59200 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/ael/ael_lex.c

index 32296d41d987dd61298d457642e7d6b536423a35..3a9ffc9601792ad8f45063b2cb8e8cc6939ce1f6 100644 (file)
 /* First, we deal with  platform-specific or compiler-specific issues. */
 
 #include "asterisk.h"
+#ifdef STANDALONE_AEL
+#define AST_API_MODULE
+#include "asterisk/strings.h"
+#endif
 /* begin standard C headers. */
 #include <stdio.h>
 #include <string.h>