A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
This commit is contained in:
parent
42cae1c6c9
commit
bb2dcaa057
572 changed files with 1708 additions and 1708 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __ASM_H__
|
||||
#define __ASM_H__
|
||||
#ifndef ASM_H_
|
||||
#define ASM_H_
|
||||
|
||||
#ifdef __IAR_SYSTEMS_ASM__
|
||||
|
||||
|
@ -54,4 +54,4 @@
|
|||
|
||||
#endif // __GNUC__
|
||||
|
||||
#endif // __ASM_H__
|
||||
#endif // ASM_H_
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
*@{
|
||||
*/
|
||||
|
||||
#ifndef __GNU_H__
|
||||
#define __GNU_H__
|
||||
#ifndef GNU_H_
|
||||
#define GNU_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -536,7 +536,7 @@ int abs(int I);
|
|||
#include "hal/micro/generic/compiler/platform-common.h"
|
||||
#undef PLATCOMMONOKTOINCLUDE
|
||||
|
||||
#endif // __GNU_H__
|
||||
#endif // GNU_H_
|
||||
|
||||
/** @} END addtogroup */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
*@{
|
||||
*/
|
||||
|
||||
#ifndef __IAR_H__
|
||||
#define __IAR_H__
|
||||
#ifndef IAR_H_
|
||||
#define IAR_H_
|
||||
|
||||
#ifndef __ICCARM__
|
||||
#error Improper PLATFORM_HEADER
|
||||
|
@ -529,7 +529,7 @@ int abs(int I);
|
|||
#include "hal/micro/generic/compiler/platform-common.h"
|
||||
#undef PLATCOMMONOKTOINCLUDE
|
||||
|
||||
#endif // __IAR_H__
|
||||
#endif // IAR_H_
|
||||
|
||||
/** @} END addtogroup */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue