Selaa lähdekoodia

Use "dbg_stream" rather than "stream" as a variable name in

DBG_AC_IF(), to avoid namespace collisions.
tags/v0.9.3
Michael Brown 18 vuotta sitten
vanhempi
commit
395c76e94d
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3
    3
      src/include/compiler.h

+ 3
- 3
src/include/compiler.h Näytä tiedosto

198
 			union {					\
198
 			union {					\
199
 				unsigned long ul;		\
199
 				unsigned long ul;		\
200
 				typeof ( id ) raw;		\
200
 				typeof ( id ) raw;		\
201
-			} stream;				\
202
-			stream.raw = id;			\
203
-			dbg_autocolourise ( stream.ul );	\
201
+			} dbg_stream;				\
202
+			dbg_stream.raw = id;			\
203
+			dbg_autocolourise ( dbg_stream.ul );	\
204
 		}						\
204
 		}						\
205
 	} while ( 0 )
205
 	} while ( 0 )
206
 
206
 

Loading…
Peruuta
Tallenna