2006-12-05 Benjamin Kosnik * include/tr1/tuple: Consistent include guards. * include/tr1/type_traits: Same. * include/tr1/array: Same. Index: include/tr1/tuple =================================================================== --- include/tr1/tuple (revision 119534) +++ include/tr1/tuple (working copy) @@ -33,8 +33,8 @@ // Chris Jefferson -#ifndef _TUPLE -#define _TUPLE 1 +#ifndef _TR1_TUPLE +#define _TR1_TUPLE 1 #include #include Index: include/tr1/type_traits =================================================================== --- include/tr1/type_traits (revision 119534) +++ include/tr1/type_traits (working copy) @@ -31,8 +31,8 @@ * This is a TR1 C++ Library header. */ -#ifndef _TYPE_TRAITS -#define _TYPE_TRAITS 1 +#ifndef _TR1_TYPE_TRAITS +#define _TR1_TYPE_TRAITS 1 #include #include Index: include/tr1/array =================================================================== --- include/tr1/array (revision 119534) +++ include/tr1/array (working copy) @@ -31,8 +31,8 @@ * This is a TR1 C++ Library header. */ -#ifndef _ARRAY -#define _ARRAY 1 +#ifndef _TR1_ARRAY +#define _TR1_ARRAY 1 #include #include