glibconfig.h and glib.h now include files outside of the extern "C" block.

2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in, glib.h: glibconfig.h and glib.h now include files
	outside of the extern "C" block. Makes some C++ compiler
	happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.

	* gmodule/gmodule.h: include glib.h before doing extern "C".
        Makes some C++ compiler happy. Reported by Denis Vakatov
	<vakatov@peony.nlm.nih.gov>.
This commit is contained in:
Sebastian Wilhelmi
2000-07-19 14:01:22 +00:00
committed by Sebastian Wilhelmi
parent 93b1001c10
commit cb931f4980
13 changed files with 66 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in, glib.h: glibconfig.h and glib.h now include files
outside of the extern "C" block. Makes some C++ compiler
happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
Sat Jul 15 23:49:03 2000 Owen Taylor <otaylor@redhat.com>
* glib/glib.texi: Remove incomplete start of info file -