Skip to content

Commit 88b26c4

Browse files
committed
WS Cleanup Stage #10 - reformat comments using Text::Autoformat
1 parent 214ccff commit 88b26c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+5439
-5905
lines changed

EXTERN.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/* EXTERN.h
22
*
3-
* Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999,
4-
* 2000, 2001, by Larry Wall and others
3+
* Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
4+
* 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
5+
* 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 by Larry Wall and
6+
* others
57
*
68
* You may distribute under the terms of either the GNU General Public
79
* License or the Artistic License, as specified in the README file.
8-
*
910
*/
1011

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

INTERN.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
/* INTERN.h
22
*
3-
* Copyright (C) 1991, 1992, 1993, 1995, 1996, 1998, 2000, 2001,
4-
* by Larry Wall and others
3+
* Copyright (C) 1991, 1992, 1993, 1995, 1996, 1998, 2000, 2001, by Larry
4+
* Wall and others
55
*
66
* You may distribute under the terms of either the GNU General Public
77
* License or the Artistic License, as specified in the README file.
8-
*
98
*/
109

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

0 commit comments

Comments
 (0)