We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79c292 commit 51670c7Copy full SHA for 51670c7
src/lib/libast/features/stdio
@@ -6,6 +6,8 @@ cat{
6
#define _FILE_DEFINED 1
7
#define _FILE_defined 1
8
#define _FILEDEFED 1
9
+ #define __FILE_defined 1
10
+ #define ____FILE_defined 1
11
12
#ifndef __FILE_TAG
13
#define __FILE_TAG _sfio_s
src/lib/libast/include/ast.h
@@ -58,9 +58,21 @@ struct _sfio_s;
58
#ifndef __FILE_typedef
59
#define __FILE_typedef 1
60
#endif
61
+#ifndef _FILE_DEFINED
62
+#define _FILE_DEFINED 1
63
+#endif
64
+#ifndef _FILE_defined
65
+#define _FILE_defined 1
66
67
#ifndef _FILEDEFED
68
69
70
+#ifndef __FILE_defined
71
+#define __FILE_defined 1
72
73
+#ifndef ____FILE_defined
74
+#define ____FILE_defined 1
75
76
77
78
/*
0 commit comments