summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Tools/g95.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/Tools/g95.py')
-rw-r--r--third_party/waf/waflib/Tools/g95.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/waf/waflib/Tools/g95.py b/third_party/waf/waflib/Tools/g95.py
index 33e7dfc79e2..95db89bbb04 100644
--- a/third_party/waf/waflib/Tools/g95.py
+++ b/third_party/waf/waflib/Tools/g95.py
@@ -5,7 +5,7 @@
#! /usr/bin/env python
# encoding: utf-8
# KWS 2010
-# Thomas Nagy 2016 (ita)
+# Thomas Nagy 2016-2018 (ita)
import re
from waflib import Utils
@@ -67,3 +67,4 @@ def configure(conf):
conf.fc_add_flags()
conf.g95_flags()
conf.g95_modifier_platform()
+