Identifier significance CHALLENGE
Mark Callow
msc at qubix.UUCP
Wed Dec 21 17:08:30 AEST 1983
Regarding --
In a header:
#define foobarthere snm00 /* routine description */
#define foobarhere snm01 /* routine description */
In code:
foobarthere(...)
{
...
foobarhere(...);
...
}
foobarhere(...)
{
}
----------
This would make symbolic debugging awfully hard...
Of course I don't know many v7 systems with symbolic debuggers.
--
>From the Tardis of Mark Callow
msc at qubix.UUCP, decwrl!qubix!msc at Berkeley.ARPA
...{decvax,ucbvax,ihnp4}!decwrl!qubix!msc, ...{ittvax,amd70}!qubix!msc
More information about the Comp.lang.c
mailing list