Xref: utzoo comp.lang.c:26648 comp.lang.misc:4351 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!mcsun!sunic!enea!sommar From: sommar@enea.se (Erland Sommarskog) Newsgroups: comp.lang.c,comp.lang.misc Subject: C strongly typed? Message-ID: <849@enea.se> Date: 6 Mar 90 19:34:30 GMT References: <259@eiffel.UUCP> <1990Mar1.172526.28683@utzoo.uucp> Organization: Enea Data AB, Sweden Lines: 19 Henry Spencer (henry@utzoo.uucp) writes: >Modern >C is a strongly-typed language by any reasonable definition, although >there are still a lot of antique compilers around that don't fully >enforce its rules. C strongly typed? If I write something like: (I don't speak C so the syntax is probably bogus.) typedef apple int; typedef orange int; apple a; orange b; ... a = b; Will a "modern" compiler object? -- Erland Sommarskog - ENEA Data, Stockholm - sommar@enea.se