From 55a780d21109511c972daf53c7885580855e5f82 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 29 Apr 2015 01:02:10 -0400 Subject: 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 --- res/ael/ael.flex | 2 +- res/ael/ael.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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 #include 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 #include -- cgit v1.2.3