diff options
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 0cfcf9ed..ab4de8b9 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -42,8 +42,8 @@ * configure is re-run) are expected to change. */ -#ifndef _SYSTEM_HH -#define _SYSTEM_HH +#ifndef INCLUDED_SYSTEM_HH +#define INCLUDED_SYSTEM_HH //#warning("Loading system.hh. This should occur only once!") @@ -228,4 +228,4 @@ inline object make_setter(D const& x) #endif // HAVE_BOOST_PYTHON -#endif // _SYSTEM_HH +#endif // INCLUDED_SYSTEM_HH |