CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/10/06 08:39:07
Modified files: gnu/gcc/gcc/config: openbsd.h gnu/gcc/gcc/config/sparc: openbsd64.h Log message: Our system headers are supposed to be C++-aware these days so stop GCC from wrapping them with an implicit extern "C" since that breaks the webkit port. Help from matthew@ and landry@. ok landry@