[svn-commits] file: branch 1.4 r59200 -
/branches/1.4/pbx/ael/ael_lex.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Mar 26 08:16:30 MST 2007
Author: file
Date: Mon Mar 26 10:16:29 2007
New Revision: 59200
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59200
Log:
Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE should now work once again.
Modified:
branches/1.4/pbx/ael/ael_lex.c
Modified: branches/1.4/pbx/ael/ael_lex.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael_lex.c?view=diff&rev=59200&r1=59199&r2=59200
==============================================================================
--- branches/1.4/pbx/ael/ael_lex.c (original)
+++ branches/1.4/pbx/ael/ael_lex.c Mon Mar 26 10:16:29 2007
@@ -17,6 +17,10 @@
/* 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>
More information about the svn-commits
mailing list