Skip to content

Commit

Permalink
EXTERN.h - Add whitespace to comment to make more readable
Browse files Browse the repository at this point in the history
Makes it a bit more clear that this is documenting two things.
  • Loading branch information
demerphq authored and jkeenan committed Dec 30, 2022
1 parent 034ae82 commit 0e4b788
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions EXTERN.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
*/

/*
* 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
* (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
* (this practice should be avoided).
*/
#undef EXT
#undef dEXT
Expand Down

0 comments on commit 0e4b788

Please sign in to comment.