Be more explicit about a namespace by using the relatively new

visibility primitives.
This commit is contained in:
Mike Barcroft 2002-09-01 17:57:20 +00:00
parent c06f26c5b8
commit 7b8c96a0b6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
typedef __ptrdiff_t ptrdiff_t;
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
#if __BSD_VISIBLE
#ifndef _RUNE_T_DECLARED
typedef __rune_t rune_t;
#define _RUNE_T_DECLARED