From c1bb0fc34bf52b6736a37a556a35f66e28db3f91 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Wed, 20 Jun 2007 20:10:19 +0000 Subject: This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70461 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/ael_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/asterisk/ael_structs.h b/include/asterisk/ael_structs.h index 74b2c760a..e220dd24f 100644 --- a/include/asterisk/ael_structs.h +++ b/include/asterisk/ael_structs.h @@ -75,6 +75,7 @@ typedef enum { PV_EXTENSION, /* 25 */ PV_IGNOREPAT, /* 26 */ PV_GLOBALS, /* 27 */ + PV_LOCALVARDEC, /* you know, local var=val; */ /* 28 */ } pvaltype; -- cgit v1.2.3