aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/idl.yp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pidl/idl.yp')
-rw-r--r--tools/pidl/idl.yp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pidl/idl.yp b/tools/pidl/idl.yp
index c8a65f6f62..08f982a94b 100644
--- a/tools/pidl/idl.yp
+++ b/tools/pidl/idl.yp
@@ -611,7 +611,7 @@ again:
for ($parser->YYData->{INPUT}) {
if (/^\#/) {
# Linemarker format is described at
- # http://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html
+ # https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html
if (s/^\# (\d+) \"(.*?)\"(( \d+){1,4}|)//) {
$parser->YYData->{LINE} = $1-1;
$parser->YYData->{FILE} = $2;