Missing ref numbers in first column of output.
I installed cflow-1.0. on SUSE 9.2 Linux. The build and install went smooth. However, when I run a “C” file through it, I do not get the correct format on the output. The reference number is not printed before each line.
Expected: “%d %s:%s\n”, <reference number>, <global>, <definition>
What I get for an output is similar to “%s:%s\n”, <global>,<definition>
I do see the reference numbers in the definition..
Anyone else see this?
Note: a build using “make check” returns all “ok”s
If I use the original cflow (sh script) it works fine, all fields present in output.
Thanks
JJ
_______________________________________________
Bug-cflow mailing list
Bug-cflow@...
http://lists.gnu.org/mailman/listinfo/bug-cflow