Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!ll-xn!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!unido!materna!jh From: jh@materna.uucp (Juergen Hackenbroich) Newsgroups: comp.os.os9 Subject: C-Compiler Bug V2.2 Message-ID: <395@materna.uucp> Date: 25 Aug 88 13:38:25 GMT Reply-To: jh@materna.UUCP (Juergen Hackenbroich) Organization: Dr.Materna GmbH, Dortmund Lines: 23 When developping a program I accidently wrote some sort of code like the part below. The error message was very funny and unexpected. psect test_c,0,0,0,0,0 nam test_c * void flush(); !!! declared as void * * main() * { * if (flush()) !!! but used as int * ;; bsr flush tst.? d0 :2 !!! and the compiler is upset * * void flush() * { * } hacki