Date: Sun, 6 Apr 2003 23:12:15 -0400 (EDT) From: Anton Lavrentiev Message-Id: <200304070312.h373CFS25770@pavo.ncbi.nlm.nih.gov> To: djgpp AT delorie DOT com Subject: BUG: missing extern "C" X-Virus-Scanned: by amavisd-milter ( http://amavis.org/ ) Hi everyone, In the current version of DJGPP [which I have downloaded recently from simtel] does not have extern "C" brackets surrounding type and function declarations, causing them to have C++ linkage if included in C++ code. The fix is trivial and easy, but could that be done distribution-wise? Thanks, Anton Lavrentiev