diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-29 04:37:18 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-29 04:37:18 (GMT) |
commit | 2980620964ae712daafc70b7a715351dddbc54ba (patch) | |
tree | 1b81bebfa064f05b3082791769ed05feb43ad3ed /src/CHANGES.txt | |
parent | 4bc06f73db7d3edafabf4dc5677d8172b0e2e5f3 (diff) | |
download | SCons-2980620964ae712daafc70b7a715351dddbc54ba.zip SCons-2980620964ae712daafc70b7a715351dddbc54ba.tar.gz SCons-2980620964ae712daafc70b7a715351dddbc54ba.tar.bz2 |
Support #include with no spaces before the opening quote or angle bracket.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 61cdb44..0b1b03e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -25,6 +25,9 @@ RELEASE X.XX - XXX - The -Q option suppressed too many messages; fix it so that it only suppresses the Reading/Building messages. + - Support #include when there's no space before the opening quote + or angle bracket. + RELEASE 0.92 - Wed, 20 Aug 2003 03:45:28 -0500 |