Skip to content

Commit 0e4b788

Browse files
demerphqjkeenan
authored andcommittedDec 30, 2022
EXTERN.h - Add whitespace to comment to make more readable
Makes it a bit more clear that this is documenting two things.
1 parent 034ae82 commit 0e4b788

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎EXTERN.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
*/
1010

1111
/*
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).
12+
* EXT: designates a global var which is defined in perl.h
13+
*
14+
* dEXT: designates a global var which is defined in another
15+
* file, so we can't count on finding it in perl.h
16+
* (this practice should be avoided).
1617
*/
1718
#undef EXT
1819
#undef dEXT

0 commit comments

Comments
 (0)
Please sign in to comment.