<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8818">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Build System: Add missing ASTMM_LIBC to flex output.<br><br>Redirect libc allocation functions to use Asterisk functions for<br>main/ast_expr2f.c and res/ael/ael_lex.c.  This will resolve errors<br>produced by astmm.h when these files are regenerated, though other<br>issues still remain.<br><br>ASTERISK~27813<br><br>Change-Id: I7263e9e4217a17bde4ffaa2087a8f8aeb2a8588c<br>---<br>M main/Makefile<br>M res/Makefile<br>2 files changed, 4 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/18/8818/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/Makefile b/main/Makefile<br>index 741ea39..fad5ee6 100644<br>--- a/main/Makefile<br>+++ b/main/Makefile<br>@@ -134,7 +134,8 @@<br>   $(ECHO_PREFIX) echo "   [FLEX] $< -> $@"<br>      $(CMD_PREFIX) $(FLEX) -o $@ ast_expr2.fl<br>      $(CMD_PREFIX) sed 's@#if __STDC_VERSION__ >= 199901L@#if !defined __STDC_VERSION__ || __STDC_VERSION__ >= 199901L@' $@ > $@.fix<br>-     $(CMD_PREFIX) echo "#include \"asterisk.h\"" > $@<br>+     $(CMD_PREFIX) echo "#define ASTMM_LIBC ASTMM_REDIRECT" > $@<br>+     $(CMD_PREFIX) echo "#include \"asterisk.h\"" >> $@<br>  $(CMD_PREFIX) echo >> $@<br>        $(CMD_PREFIX) cat $@.fix >> $@<br>  $(CMD_PREFIX) rm $@.fix<br>diff --git a/res/Makefile b/res/Makefile<br>index ecaa03d..ec3417b 100644<br>--- a/res/Makefile<br>+++ b/res/Makefile<br>@@ -45,7 +45,8 @@<br>   $(ECHO_PREFIX) echo "   [FLEX] $< -> $@"<br>      $(CMD_PREFIX) (cd ael; $(FLEX) ael.flex)<br>      $(CMD_PREFIX) sed 's@#if __STDC_VERSION__ >= 199901L@#if !defined __STDC_VERSION__ || __STDC_VERSION__ >= 199901L@' $@ > $@.fix<br>-     $(CMD_PREFIX) echo "#include \"asterisk.h\"" > $@<br>+     $(CMD_PREFIX) echo "#define ASTMM_LIBC ASTMM_REDIRECT" > $@<br>+     $(CMD_PREFIX) echo "#include \"asterisk.h\"" >> $@<br>  $(CMD_PREFIX) echo >> $@<br>        $(CMD_PREFIX) cat $@.fix >> $@<br>  $(CMD_PREFIX) rm $@.fix<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8818">change 8818</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8818"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I7263e9e4217a17bde4ffaa2087a8f8aeb2a8588c </div>
<div style="display:none"> Gerrit-Change-Number: 8818 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>