mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -104,6 +104,7 @@ static int ast_yylex __P(());
|
||||
%%
|
||||
|
||||
start: expr { ((struct parser_control *)kota)->result = $$; }
|
||||
;
|
||||
|
||||
expr: TOKEN
|
||||
| '(' expr ')' { $$ = $2; }
|
||||
@@ -299,6 +300,7 @@ char *ast_expr (char *arg)
|
||||
char *pirouni;
|
||||
|
||||
kota=strdup(arg);
|
||||
karoto.result = NULL;
|
||||
karoto.firsttoken=1;
|
||||
karoto.argv=kota;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user