From 7d0503218e49c70e752f1f16a8f579a56854efc1 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 3 Feb 2020 09:17:41 +0100 Subject: [PATCH] no macros #3170 --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 21bc261b0..3a8312323 100644 --- a/abaplint.json +++ b/abaplint.json @@ -95,7 +95,7 @@ }, "ambiguous_statement": true, "avoid_use": { - "define": false, + "define": true, "endselect": true, "execSQL": true, "kernelCall": true,