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 --- main/ast_expr2.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ast_expr2.y') diff --git a/main/ast_expr2.y b/main/ast_expr2.y index e8c68e333..8a151679d 100644 --- a/main/ast_expr2.y +++ b/main/ast_expr2.y @@ -20,7 +20,7 @@ #if !defined(STANDALONE) && !defined(STANDALONE2) \ -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +ASTERISK_REGISTER_FILE() #else #ifndef __USE_ISOC99 #define __USE_ISOC99 1 -- cgit v1.2.3