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

@ -53,8 +53,8 @@
* http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
*/
#ifndef __LC_SWITCH_H__
#define __LC_SWITCH_H__
#ifndef LC_SWITCH_H_
#define LC_SWITCH_H_
/* WARNING! lc implementation using switch() does not work if an
LC_SET() is done within another switch() statement! */
@ -70,6 +70,6 @@ typedef unsigned short lc_t;
#define LC_END(s) }
#endif /* __LC_SWITCH_H__ */
#endif /* LC_SWITCH_H_ */
/** @} */