git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40819
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static char *config = "extensions.ael";
static char *registrar = "pbx_ael";
-static int errs, warns, notes;
+static int errs, warns;
+#ifndef STANDALONE_AEL
+static int notes;
+#endif
#ifndef AAL_ARGCHECK
/* for the time being, short circuit all the AAL related structures
#endif
}
+#ifndef STANDALONE_AEL
static void check_context_names(void)
{
pval *i,*j;
}
}
}
+#endif
static void check_abstract_reference(pval *abstract_context)
{