trouble using glob and wordexp

Ian Lance Taylor iant@google.com
Mon Jun 10 22:09:00 GMT 2013


On Mon, Jun 10, 2013 at 11:02 AM, ballsystemlord <doark@mail.com> wrote:
> Here's the code

Thanks for providing the actual case.

>     struct glob_t globulation;

glob_t is not a struct.  Remove the "struct" keyword.

Ian



More information about the Gcc-help mailing list