// -*- C++ -*-
/*
	Copyright 06/21/99 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef _WCHAR_H

  #include <sys/feature_tests.h>
  #ifdef _ISO_CPP_14882_1998
    #include <iso/wchar_iso.h>
  #else
    #pragma ident "@(#)cwchar	1.14  06/21/99 C++5.0"
    #include "wchar_iso_SUNWCC.h"
  #endif

#endif /* _WCHAR_H */
