Skip to content
Snippets Groups Projects
Commit 7138e18e authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fixing bad idempotence definition in C++ header files

parent 81999adb
No related branches found
No related tags found
No related merge requests found
......@@ -6671,3 +6671,6 @@
* arch/arm/src/sama5/sam_adc.h: Fix typos in the SAMA5 ADC register
definition header file (2014-2-26).
* arch/arm/src/sam34: The port to the SAM4E is code complete (2014-2-16).
* include/cxx: Fix some bad idempotence defintions in header files
(2014-2-27).
//***************************************************************************
// include/cxx/cstddef
//
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
// Copyright (C) 2009, 2014 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
......@@ -33,8 +33,8 @@
//
//***************************************************************************
#ifndef __INCLUDE_CXX_CCTYPE
#define __INCLUDE_CXX_CCTYPE
#ifndef __INCLUDE_CXX_CSTDDEF
#define __INCLUDE_CXX_CSTDDEF
//***************************************************************************
// Included Files
......@@ -78,4 +78,4 @@ namespace std
using ::sa_family_t;
}
#endif // __INCLUDE_CXX_CCTYPE
#endif // __INCLUDE_CXX_CSTDDEF
//***************************************************************************
// include/cxx/cstdio
//
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
// Copyright (C) 2009, 2014 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
......@@ -33,8 +33,8 @@
//
//***************************************************************************
#ifndef __INCLUDE_CXX_CCTYPE
#define __INCLUDE_CXX_CCTYPE
#ifndef __INCLUDE_CXX_CSTDIO
#define __INCLUDE_CXX_CSTDIO
//***************************************************************************
// Included Files
......@@ -93,4 +93,4 @@ namespace std
using ::statfs;
}
#endif // __INCLUDE_CXX_CCTYPE
#endif // __INCLUDE_CXX_CSTDIO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment