summaryrefslogtreecommitdiff
path: root/res/ael
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-04-29 01:02:10 -0400
committerCorey Farrell <git@cfware.com>2015-04-29 01:02:10 -0400
commit55a780d21109511c972daf53c7885580855e5f82 (patch)
treee5de9106d78a7e244122a47a77ad8fb5ee8e1b63 /res/ael
parent2415e94b07a7ab8658fadcec93578bfd2665273c (diff)
Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE.
This switches files used to generate other sources to use the new ASTERISK_REGISTER_FILE macro. ASTERISK-25026 #close Reported by: Corey Farrell Change-Id: Ieb2537b83421cad07c8955e5f90c405ccf079740
Diffstat (limited to 'res/ael')
-rw-r--r--res/ael/ael.flex2
-rw-r--r--res/ael/ael.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/ael/ael.flex b/res/ael/ael.flex
index 5a7fd8304..a412eaf34 100644
--- a/res/ael/ael.flex
+++ b/res/ael/ael.flex
@@ -70,7 +70,7 @@
%{
#define WRAP_LIBC_MALLOC
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_REGISTER_FILE()
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/res/ael/ael.y b/res/ael/ael.y
index c1a6f0f2b..5ab9c969f 100644
--- a/res/ael/ael.y
+++ b/res/ael/ael.y
@@ -25,7 +25,7 @@
#define WRAP_LIBC_MALLOC
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_REGISTER_FILE()
#include <stdio.h>
#include <stdlib.h>