2c2
< * Copyright (c) 2003-2005 The Regents of The University of Michigan
---
> * Copyright (c) 2007-2008 The Regents of The University of Michigan
245,249c245
< namespace BitfieldUnderlyingClasses \
< { \
< class name; \
< } \
< class BitfieldUnderlyingClasses::name : \
---
> class BitfieldUnderlyingClasses##name : \
265,266c261,262
< BitfieldUnderlyingClasses::name::__DataType, \
< BitfieldUnderlyingClasses::name> name;
---
> BitfieldUnderlyingClasses##name::__DataType, \
> BitfieldUnderlyingClasses##name> name;