data: saving macro definition scopes

This commit is contained in:
Eberhard Graether
2015-11-04 13:47:33 +01:00
parent 884e42a30c
commit 5dada05bc5
8 changed files with 33 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@ int calculate(int i)
return a;
}
#define PI 3.1415
#define CALL_CALCULATE() \
do \