summaryrefslogtreecommitdiff
path: root/main/ast_expr2.fl
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.fl')
-rw-r--r--main/ast_expr2.fl4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index af03c013f..542f01817 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -25,9 +25,7 @@
#include <sys/types.h>
#include <stdio.h>
-#if !defined(STANDALONE)
-ASTERISK_REGISTER_FILE()
-#else
+#if defined(STANDALONE)
#ifndef __USE_ISOC99
#define __USE_ISOC99 1
#endif