Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
7138e18e
Commit
7138e18e
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fixing bad idempotence definition in C++ header files
parent
81999adb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
include/cxx/cstddef
+4
-4
4 additions, 4 deletions
include/cxx/cstddef
include/cxx/cstdio
+4
-4
4 additions, 4 deletions
include/cxx/cstdio
with
11 additions
and
8 deletions
ChangeLog
+
3
−
0
View file @
7138e18e
...
...
@@ -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).
This diff is collapsed.
Click to expand it.
include/cxx/cstddef
+
4
−
4
View file @
7138e18e
//***************************************************************************
// 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_C
CTYPE
#define __INCLUDE_CXX_C
CTYPE
#ifndef __INCLUDE_CXX_C
STDDEF
#define __INCLUDE_CXX_C
STDDEF
//***************************************************************************
// Included Files
...
...
@@ -78,4 +78,4 @@ namespace std
using ::sa_family_t;
}
#endif // __INCLUDE_CXX_C
CTYPE
#endif // __INCLUDE_CXX_C
STDDEF
This diff is collapsed.
Click to expand it.
include/cxx/cstdio
+
4
−
4
View file @
7138e18e
//***************************************************************************
// 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_C
CTYPE
#define __INCLUDE_CXX_C
CTYPE
#ifndef __INCLUDE_CXX_C
STDIO
#define __INCLUDE_CXX_C
STDIO
//***************************************************************************
// Included Files
...
...
@@ -93,4 +93,4 @@ namespace std
using ::statfs;
}
#endif // __INCLUDE_CXX_C
CTYPE
#endif // __INCLUDE_CXX_C
STDIO
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment