dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/pbx/ael
russell f2062e9c84 The build of aelparse was still broken in some cases, so instead of having to
keep figuring out workarounds for build issues on various platforms, just go
ahead and remove what started all of this.  Two instances of ast_calloc have
been changed to calloc in pbx/ael/ael.y.

ast_copy_string isn't actually needed here because the only place it is used is
in ast_expr2f.c.  However, the utils Makefile already builds its own
ast_expr2f.o with -DSTANDALONE, which makes it use strncpy instead of
ast_copy_string.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24115 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 03:03:27 +00:00
..
ael-test make the 'runtest' filter less strict on line numbers. 2006-04-28 15:51:31 +00:00
ael.flex more simplifications 2006-05-01 00:31:47 +00:00
ael.tab.c The build of aelparse was still broken in some cases, so instead of having to 2006-05-02 03:03:27 +00:00
ael.tab.h The build of aelparse was still broken in some cases, so instead of having to 2006-05-02 03:03:27 +00:00
ael.y The build of aelparse was still broken in some cases, so instead of having to 2006-05-02 03:03:27 +00:00
ael_lex.c more simplifications 2006-05-01 00:31:47 +00:00