diff options
Diffstat (limited to 'llvm/lib/Support/regex_impl.h')
-rw-r--r-- | llvm/lib/Support/regex_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/regex_impl.h b/llvm/lib/Support/regex_impl.h index 8ddac7dcf998..8f0c532205ed 100644 --- a/llvm/lib/Support/regex_impl.h +++ b/llvm/lib/Support/regex_impl.h @@ -35,8 +35,8 @@ * @(#)regex.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _REGEX_H_ -#define _REGEX_H_ +#ifndef LLVM_SUPPORT_REGEX_IMPL_H +#define LLVM_SUPPORT_REGEX_IMPL_H #include <sys/types.h> typedef off_t llvm_regoff_t; @@ -105,4 +105,4 @@ size_t llvm_strlcpy(char *dst, const char *src, size_t siz); } #endif -#endif /* !_REGEX_H_ */ +#endif /* LLVM_SUPPORT_REGEX_IMPL_H */ |