On Wednesday 10 September 2008 11:07:41 Moritz Lenz wrote: > That doesn't the seem to be case here. I tried with a small sample > script that include a .str file, and it works fine. > > A > ack -a '_CONST_STRING_65\b' > > didn't find anything; so is this a broken macro expansion somewhere?
The line numbers reported by clang seem sensible enough, but do they match values in src/pmc/default.str? Mine contains: #define _CONST_STRING_45 80 #define _CONST_STRING_103 534 #define _CONST_STRING_144 _CONST_STRING_103 #define _CONST_STRING_182 _CONST_STRING_144 #define _CONST_STRING_626 535 #define _CONST_STRING_1033 3 #define _CONST_STRING_973 536 #define _CONST_STRING_951 _CONST_STRING_973 -- c