STYLE: minor code changes

This commit is contained in:
andy
2011-04-08 10:05:07 +01:00
parent 7e810605fe
commit d1fdcc2698

View File

@ -435,11 +435,11 @@ Ostream& operator<<(Ostream&, const token::compound&);
#define defineCompoundTypeName(Type, Name) \
typedef token::Compound<Type > tokenCompound##Name##_; \
typedef token::Compound<Type> tokenCompound##Name##_; \
defineTemplateTypeNameAndDebugWithName(tokenCompound##Name##_, #Type, 0);
#define addCompoundToRunTimeSelectionTable(Type, Name) \
token::compound::addIstreamConstructorToTable<token::Compound<Type > > \
token::compound::addIstreamConstructorToTable<token::Compound<Type> > \
add##Name##IstreamConstructorToTable_;