From 7fa27ce4a07f19b07799a767fc29416f3b625afb Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 26 Jul 2023 21:03:47 +0200 Subject: Vendor import of llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, the last commit before the upstream release/17.x branch was created. --- llvm/lib/Support/regex_impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Support/regex_impl.h') 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 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 */ -- cgit v1.2.3