We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ae82 commit 0e4b788Copy full SHA for 0e4b788
EXTERN.h
@@ -9,10 +9,11 @@
9
*/
10
11
/*
12
- * EXT designates a global var which is defined in perl.h
13
- * dEXT designates a global var which is defined in another
14
- * file, so we can't count on finding it in perl.h
15
- * (this practice should be avoided).
+ * EXT: designates a global var which is defined in perl.h
+ *
+ * dEXT: designates a global var which is defined in another
+ * file, so we can't count on finding it in perl.h
16
+ * (this practice should be avoided).
17
18
#undef EXT
19
#undef dEXT
0 commit comments