summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx')
-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