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:
Adam Dunkels 2013-11-24 16:57:08 +01:00
parent 42cae1c6c9
commit bb2dcaa057
572 changed files with 1708 additions and 1708 deletions

View file

@ -22,8 +22,8 @@
#error platform-common.h should not be included directly
#endif
#ifndef __PLATFORMCOMMON_H__
#define __PLATFORMCOMMON_H__
#ifndef PLATFORMCOMMON_H_
#define PLATFORMCOMMON_H_
////////////////////////////////////////////////////////////////////////////////
// Many of the common definitions must be explicitly enabled by the
// particular PLATFORM_HEADER being used
@ -345,7 +345,7 @@
#endif //__PLATFORMCOMMON_H__
#endif //PLATFORMCOMMON_H_
/** @} END addtogroup */