diff options
author | Lukas Schrangl <schrangl@iap.tuwien.ac.at> | 2019-07-03 08:56:50 (GMT) |
---|---|---|
committer | Lukas Schrangl <schrangl@iap.tuwien.ac.at> | 2019-07-03 08:56:50 (GMT) |
commit | 9a0e8e503a49485a2d50c8a24d9f041bc50d1cd1 (patch) | |
tree | 5bbd8777de14e211e7e8779f363fe7e6c0384fef /src/engine | |
parent | 90bde577a88c6a9dfd49696549e562363e0bfc58 (diff) | |
download | SCons-9a0e8e503a49485a2d50c8a24d9f041bc50d1cd1.zip SCons-9a0e8e503a49485a2d50c8a24d9f041bc50d1cd1.tar.gz SCons-9a0e8e503a49485a2d50c8a24d9f041bc50d1cd1.tar.bz2 |
LaTeX scanner: Remove obsolete comment
The comment referred to the "old" regular expression that would only
find the last include in each line.
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Scanner/LaTeX.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/SCons/Scanner/LaTeX.py b/src/engine/SCons/Scanner/LaTeX.py index ce4c310..d1cf04d 100644 --- a/src/engine/SCons/Scanner/LaTeX.py +++ b/src/engine/SCons/Scanner/LaTeX.py @@ -179,13 +179,6 @@ class LaTeX(SCons.Scanner.Base): 'inputfrom', 'subinputfrom'] def __init__(self, name, suffixes, graphics_extensions, *args, **kw): - - # We have to include \n with the % we exclude from the first part - # part of the regex because the expression is compiled with re.M. - # Without the \n, the ^ could match the beginning of a *previous* - # line followed by one or more newline characters (i.e. blank - # lines), interfering with a match on the next line. - # add option for whitespace before the '[options]' or the '{filename}' regex = r''' \\( include |