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
|
@ -54,8 +54,8 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#ifndef __ROUTE_DISCOVERY_H__
|
||||
#define __ROUTE_DISCOVERY_H__
|
||||
#ifndef ROUTE_DISCOVERY_H_
|
||||
#define ROUTE_DISCOVERY_H_
|
||||
|
||||
#include "net/rime/unicast.h"
|
||||
#include "net/rime/netflood.h"
|
||||
|
@ -88,6 +88,6 @@ int route_discovery_discover(struct route_discovery_conn *c, const rimeaddr_t *d
|
|||
|
||||
void route_discovery_close(struct route_discovery_conn *c);
|
||||
|
||||
#endif /* __ROUTE_DISCOVERY_H__ */
|
||||
#endif /* ROUTE_DISCOVERY_H_ */
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue