diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-01 08:05:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-01 23:57:17 +0700 |
commit | 0f7846d24d5b9008898964e38340850ba99155a3 (patch) | |
tree | d9dd831ebad7453a3f176996fe11d6eee2db62b5 /python/python3/patches | |
parent | ecce385615243a8d5e284c672a0d4cf375c7eef5 (diff) | |
download | slackbuilds-0f7846d24d5b9008898964e38340850ba99155a3.tar.gz |
python/python3: Fix comment style.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3/patches')
-rw-r--r-- | python/python3/patches/python3.fix-comment-style.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3/patches/python3.fix-comment-style.patch b/python/python3/patches/python3.fix-comment-style.patch new file mode 100644 index 0000000000..03a2ee3762 --- /dev/null +++ b/python/python3/patches/python3.fix-comment-style.patch @@ -0,0 +1,11 @@ +--- Python-3.6.0/Include/pyport.h.orig 2017-01-01 07:58:08.575202311 +0700 ++++ Python-3.6.0/Include/pyport.h 2017-01-01 07:58:20.332234160 +0700 +@@ -37,7 +37,7 @@ + * integral synonyms. Only define the ones we actually need. + */ + +-// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility. ++/* long long is required. Ensure HAVE_LONG_LONG is defined for compatibility. */ + #ifndef HAVE_LONG_LONG + #define HAVE_LONG_LONG + #endif |