On 07/14/2014 09:57 PM, Dimitris Papastamos wrote: > > so for a single foo.c: > > #include "arg.h" > > char *argv0; /* not static */ >
Ah, that was it. I had static char const *argv0; Removing the staticness fixed it. Weldon
On 07/14/2014 09:57 PM, Dimitris Papastamos wrote: > > so for a single foo.c: > > #include "arg.h" > > char *argv0; /* not static */ >
Ah, that was it. I had static char const *argv0; Removing the staticness fixed it. Weldon