commit | 949ad82b71ecba36cb3f0ea65e4627fa87932dc5 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Aug 10 07:04:20 2012 +0300 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Aug 10 07:04:20 2012 +0300 |
tree | 05118b2712e77702d79ba3dab4a59d8d6660ffa0 | |
parent | 74e12bdaccb131614ad974d524573f508538e199 [diff] [blame] |
refactor cpp invocation from parse_file into preprocess_file
diff --git a/CHANGES b/CHANGES index c0d315e..8efc772 100644 --- a/CHANGES +++ b/CHANGES
@@ -6,6 +6,8 @@ Also fixes Issue 60. - Issue 63: line endings cleanup for consistent LF ending. - Issues 64 & 65: added some more headers and typedefs to fake includes. + - Refactoring the cpp invocation in parse_file into a separate function, which + can also be used as a utility. + Version 2.07 (16.06.2012)