summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2015-04-29 12:28:24 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-04-29 12:28:24 -0500
commit03261b9614996a55874233e021e6e83482be11b1 (patch)
tree1a53373267ef16b8cbb163291f14d8ab4e34f2a9 /res
parented5715eb3994d08fdf81001dabdb39b171a308ac (diff)
parent55a780d21109511c972daf53c7885580855e5f82 (diff)
Merge "Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE."
Diffstat (limited to 'res')
-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>