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
|
@ -59,8 +59,8 @@
|
|||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
*/
|
||||
#ifndef __ETIMER_H__
|
||||
#define __ETIMER_H__
|
||||
#ifndef ETIMER_H_
|
||||
#define ETIMER_H_
|
||||
|
||||
#include "sys/timer.h"
|
||||
#include "sys/process.h"
|
||||
|
@ -236,6 +236,6 @@ clock_time_t etimer_next_expiration_time(void);
|
|||
/** @} */
|
||||
|
||||
PROCESS_NAME(etimer_process);
|
||||
#endif /* __ETIMER_H__ */
|
||||
#endif /* ETIMER_H_ */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue