diff options
| author | Todd C. Miller <Todd.Miller@courtesan.com> | 2015-05-21 11:13:20 -0600 |
|---|---|---|
| committer | Todd C. Miller <Todd.Miller@courtesan.com> | 2015-05-21 11:13:20 -0600 |
| commit | 7ec941fb7e9876ea455c6b1a500e4bc6cab6d7ba (patch) | |
| tree | d7510935fb792e443995c810dc9c35eb4f54b125 /include/sudo_gettext.h | |
| parent | bc2ff0194a815c2fbec422cba150a04360f6df0b (diff) | |
| download | sudo-7ec941fb7e9876ea455c6b1a500e4bc6cab6d7ba.tar.gz | |
Avoid using a leading underbar in defines as they are reserved in
ISO C.
Diffstat (limited to 'include/sudo_gettext.h')
| -rw-r--r-- | include/sudo_gettext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sudo_gettext.h b/include/sudo_gettext.h index 68b91c34b..bb7383280 100644 --- a/include/sudo_gettext.h +++ b/include/sudo_gettext.h @@ -14,8 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _SUDO_GETTEXT_H -#define _SUDO_GETTEXT_H +#ifndef SUDO_GETTEXT_H +#define SUDO_GETTEXT_H /* * Solaris locale.h includes libintl.h which causes problems when we @@ -72,4 +72,4 @@ #endif /* HAVE_LIBINTL_H */ -#endif /* _SUDO_GETTEXT_H */ +#endif /* SUDO_GETTEXT_H */ |
