summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-11 10:39:15 +0200
committerMax Maischein <corion@corion.net>2019-10-11 11:48:15 +0200
commitc77726bb7bf6d340166d67aac247e2e307158a9a (patch)
tree942c219b72812149245d8a05e0d9f3dd810f9eb4 /cop.h
parent77bf4cdbabb6c9b504a1c6c8800bb6bad4f9f3b5 (diff)
downloadperl-c77726bb7bf6d340166d67aac247e2e307158a9a.tar.gz
Perl5 git is on https
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cop.h b/cop.h
index f9bf85222d..6c8e6a6b3b 100644
--- a/cop.h
+++ b/cop.h
@@ -99,12 +99,12 @@ typedef struct jmpenv JMPENV;
* that they moved some code that could potentially die() out of the
* region protected by the setjmp()s. This caused exceptions within
* END blocks and such to not be handled by the correct setjmp().
- *
+ *
* The original patches that introduces flexible exceptions were:
*
- * http://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929
- * http://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a
- *
+ * https://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929
+ * https://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a
+ *
*/
#define dJMPENV JMPENV cur_env