Re: preprocessor symbol map incorrect
RJD <[email protected]> Wed, 11 Feb 2015 10:50:25 +0000 (UTC)
| Newsgroups | gmane.emacs.semantic |
|---|---|
| Message-ID | <[email protected]> |
Eric Ludlam <eric <at> siege-engine.com> writes: > This is because you: > > #define WITH_TESTS > > but check for UNIT_TESTS. > > If I #define UNIT_TESTS then it works in my 24.3. > > Eric > Hi Eric, I can confirm that this does work. Typo's on my behalf. The reason the whole thing started is because at work I missed an #if 0 which encapsulates the entire section of code that I though should have been parsed! Resolved. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/