diff options
author | 2016-06-24 17:45:46 +0200 | |
---|---|---|
committer | 2016-06-24 17:45:46 +0200 | |
commit | 634473c1ff7a16517ec2b516ee8da341d7ce25f6 (patch) | |
tree | 149a382022ff4e78afdb8122bc695b85001643a8 /src/lib/util/vecstream.h | |
parent | d1cd307f834612b594274bed53d07424e541ec8a (diff) | |
parent | 83a9cf42056efe9c78d39b89e4ba394a07c79dce (diff) |
Merge remote-tracking branch 'origin/master' into netlist_dev
Diffstat (limited to 'src/lib/util/vecstream.h')
-rw-r--r-- | src/lib/util/vecstream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/vecstream.h b/src/lib/util/vecstream.h index 4491c1d61b7..aaf0e84e61b 100644 --- a/src/lib/util/vecstream.h +++ b/src/lib/util/vecstream.h @@ -14,8 +14,8 @@ ***************************************************************************/ -#ifndef __MAME_UTIL_VECSTREAM_H__ -#define __MAME_UTIL_VECSTREAM_H__ +#ifndef MAME_UTIL_VECSTREAM_H +#define MAME_UTIL_VECSTREAM_H #include <algorithm> #include <cassert> @@ -395,4 +395,4 @@ void swap(basic_vectorstream<CharT, Traits, Allocator> &a, basic_vectorstream<Ch } // namespace util -#endif // __MAME_UTIL_VECSTREAM_H__ +#endif // MAME_UTIL_VECSTREAM_H |