Chromium Code Reviews| Index: src/include/nacl_macros.h |
| diff --git a/src/include/nacl_macros.h b/src/include/nacl_macros.h |
| index 4a7e5a798cc9ac1a597c1055cc46a007cf036d77..9dbe4e8be3f70b51d5120743de02432afad955c5 100644 |
| --- a/src/include/nacl_macros.h |
| +++ b/src/include/nacl_macros.h |
| @@ -14,6 +14,9 @@ |
| #include <stdio.h> |
| #include <stdlib.h> |
| +#define NACL_TO_STRING_INTERNAL(v) #v |
| +#define NACL_TO_STRING(v) NACL_TO_STRING_INTERNAL(v) |
| + |
| /***************************************************************************** |
| * Safety macros * |
| *****************************************************************************/ |