summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-16 08:25:21 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-16 08:25:21 +0200
commita4f63a6cf75b35556a6722ed7b6fd6ea6059495d (patch)
tree73b156ad9bb76765b97af40578c57531ea0b5b58
parent7a7a07ed0ec492b3ab9f87467189886a66b2fc1a (diff)
downloadnuttx-a4f63a6cf75b35556a6722ed7b6fd6ea6059495d.tar.gz
nuttx-a4f63a6cf75b35556a6722ed7b6fd6ea6059495d.tar.bz2
nuttx-a4f63a6cf75b35556a6722ed7b6fd6ea6059495d.zip
include/cxx: Fix some bad idempotence defintions in header files
-rw-r--r--nuttx/include/cxx/cstddef8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/cxx/cstddef b/nuttx/include/cxx/cstddef
index 73dbcd526..74811d830 100644
--- a/nuttx/include/cxx/cstddef
+++ b/nuttx/include/cxx/cstddef
@@ -1,7 +1,7 @@
//***************************************************************************
// 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