/*
	Copyright 06/10/99 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef _STDDEF_H

#include <sys/feature_tests.h>
#ifdef _ISO_CPP_14882_1998
  #include "stddef.h"
#else

  #define _STDDEF_H
  #pragma ident "@(#)stddef.h	1.7  06/10/99 C++5.0"

  #include <sys/isa_defs.h>

  #include <stddef_iso_SUNWCC.h>

  using std::ptrdiff_t;
  using std::size_t;

#endif /* _ISO_CPP_14882_1998 */
#endif	/* _STDDEF_H */
