# HG changeset patch # User Matti Hamalainen # Date 1507817627 -10800 # Node ID 54081d784d758a07d5336e589616a9b2273226cb # Parent 2991e6b52d95b914f4ad9c9c0298191fff5dc078 Rename header #ifdef guards. diff -r 2991e6b52d95 -r 54081d784d75 th_args.h --- a/th_args.h Thu Oct 12 17:12:50 2017 +0300 +++ b/th_args.h Thu Oct 12 17:13:47 2017 +0300 @@ -7,8 +7,8 @@ */ /// @file /// @brief Simple commandline argument processing function -#ifndef TH_ARGS -#define TH_ARGS +#ifndef TH_ARGS_H +#define TH_ARGS_H #include "th_util.h" #include @@ -54,4 +54,4 @@ #ifdef __cplusplus } #endif -#endif // TH_ARGS +#endif // TH_ARGS_H