CVSROOT:        /cvs
Module name:    src
Changes by:     marty...@cvs.openbsd.org        2011/05/25 15:46:49

Modified files:
        include        : math.h fenv.h 
        sys/arch/alpha/include: fenv.h 
        sys/arch/amd64/include: fenv.h 
        sys/arch/arm/include: fenv.h 
        sys/arch/hppa/include: fenv.h 
        sys/arch/hppa64/include: fenv.h 
        sys/arch/i386/include: fenv.h 
        sys/arch/m68k/include: fenv.h 
        sys/arch/m88k/include: fenv.h 
        sys/arch/mips64/include: fenv.h 
        sys/arch/powerpc/include: fenv.h 
        sys/arch/sh/include: fenv.h 
        sys/arch/sparc/include: fenv.h 
        sys/arch/sparc64/include: fenv.h 

Log message:
Also enclose variable names with external linkage in __BEGIN_DECLS.

Doesn't matter much since C++ ABI used by GCC doesn't mangle variable
names;  however technically is required by Section 7.5 of the C++ spec.

Discussed with/OK guenther@, matthew@.

Reply via email to