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

#include <sys/feature_tests.h>
#ifdef _ISO_CPP_14882_1998
  #include <iso/assert_iso.h>
#else
  #include <assert.h>
#endif
