[PLUG] A "C" error

Felix Lee felix.1 at canids.net
Sat Dec 28 01:02:03 UTC 2002


Rich Shepard <rshepard at appl-ecosys.com>:
> fsmsystem.h:610: two or more data types in declaration of DB'

theory 1, you're missing a terminating semicolon on the
declaration prior to this, so it looks something like
    struct a {int a1;}
    struct b {int b1;} bvar;

theory 2, there's a #define that's doing something
non-obvious to the line.  run it through cc -E and see what
the actual code is.

theory 3, dunno.  use repeated subdivision, keep deleting
half of the input, until the problem code is isolated.  it
may be obvious then.
--




More information about the PLUG mailing list