Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!mips!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!uunet!mcrware!jejones From: jejones@mcrware.UUCP (James Jones) Newsgroups: comp.std.c Subject: pointer to incomplete type? Message-ID: <1680@mcrware.UUCP> Date: 4 Jun 90 14:14:20 GMT Organization: Microware Systems Corp., Des Moines, Ia. Lines: 11 On computers for which pointers to different types don't have the same format (the canonical examples, I think, are non-byte-addressable processors), how can one safely declare a pointer to an incomplete structure, union, or enumerated type? (For that last case, the interpretation of "each enumerated type shall be compatible with an integer type" may make a difference--is that intended to be "for all enumerated types, there exists an integer type such that..." or "there exists an integer type such that for all enumerated types,..."?) James Jones