diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
| commit | ffeaf689a248da869b6bc8d4fd2233dfe513c060 (patch) | |
| tree | 75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/include/std/std_numeric.h | |
| parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/include/std/std_numeric.h')
| -rw-r--r-- | contrib/libstdc++/include/std/std_numeric.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/libstdc++/include/std/std_numeric.h b/contrib/libstdc++/include/std/std_numeric.h index 936eaa78945ed..88661e9f5a44d 100644 --- a/contrib/libstdc++/include/std/std_numeric.h +++ b/contrib/libstdc++/include/std/std_numeric.h @@ -58,18 +58,15 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _CPP_NUMERIC -#define _CPP_NUMERIC 1 +#ifndef _GLIBCXX_NUMERIC +#define _GLIBCXX_NUMERIC 1 #pragma GCC system_header + #include <bits/c++config.h> #include <cstddef> #include <iterator> #include <bits/stl_function.h> #include <bits/stl_numeric.h> -#endif /* _CPP_NUMERIC */ - -// Local Variables: -// mode:C++ -// End: +#endif /* _GLIBCXX_NUMERIC */ |
