aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macros.h')
-rw-r--r--test/Modules/Inputs/macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Modules/Inputs/macros.h b/test/Modules/Inputs/macros.h
index ed1b46766f..4f535563ad 100644
--- a/test/Modules/Inputs/macros.h
+++ b/test/Modules/Inputs/macros.h
@@ -3,8 +3,8 @@
#define FLOAT float
#define DOUBLE double
-#public INTEGER
-#private FLOAT
-#private MODULE
+#__public_macro INTEGER
+#__private_macro FLOAT
+#__private_macro MODULE
int (INTEGER);