mirror of
https://github.com/ziglang/zig.git
synced 2024-12-03 10:28:48 +00:00
8278eb8837
release/15.x commit 134fd359a5d884f16662a9edd22ab24feeb1498c
17 lines
448 B
C++
Vendored
17 lines
448 B
C++
Vendored
// -*- C++ -*-
|
|
//===----------------------------------------------------------------------===//
|
|
//
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifdef min
|
|
# undef min
|
|
#endif
|
|
|
|
#ifdef max
|
|
# undef max
|
|
#endif
|