From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: ac131313@cygnus.com, kevinb@cygnus.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [PATCH RFA] process/thread/lwp identifier mega-patch Date: Sat, 17 Feb 2001 11:31:00 -0000 Message-id: <200102171931.LAA27499@bosch.cygnus.com> X-SW-Source: 2001-02/msg00326.html Hi Andrew, How about: typedef struct xyz xyz_t; typedef struct abc abc_t; extern void abc_on_xyz (abc_t *self, xyz_t *on); ? It compiles for me with "gcc -ansi -pedantic -Wall" and also with /usr/ucb/cc on a Solaris 2.6 system. That's all the compilers I have access to. Michael