Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
refs/heads/dev-newmaster
/
.
/
clang
/
test
/
Modules
/
Inputs
/
MacroFabs1.h
blob: a78c5539f4a20ae42acb618aa228a2c38832384e [
file
] [
log
] [
blame
] [
edit
]
#undef
fabs
#define
fabs
(
x
)
(
x
)
#undef
my_fabs
#define
my_fabs
(
x
)
(
x
)