kernel/x86: add space between literal and identifier
Due to introduction of user-defined suffixes C++11 requires that there is a space between literal and identifier to avoid ambiguity.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
//#define TRACE_PRT
|
//#define TRACE_PRT
|
||||||
#ifdef TRACE_PRT
|
#ifdef TRACE_PRT
|
||||||
# define TRACE(x...) dprintf("IRQRoutingTable: "x)
|
# define TRACE(x...) dprintf("IRQRoutingTable: " x)
|
||||||
#else
|
#else
|
||||||
# define TRACE(x...)
|
# define TRACE(x...)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user