diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-06-14 22:37:16 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-06-14 22:37:16 +0900 |
commit | 67baf872ddf2df540ad09d31e58312dae344fb14 (patch) | |
tree | 6252daaa3b4bc0b011ac061f81e997bac7f86323 /sample/test_util.cpp | |
parent | 67157ee42d083b1caff94323dd0836622d2ba738 (diff) | |
download | xbyak-67baf872ddf2df540ad09d31e58312dae344fb14.tar.gz xbyak-67baf872ddf2df540ad09d31e58312dae344fb14.zip |
define XBYAK_NO_OP_NAMES
Diffstat (limited to 'sample/test_util.cpp')
-rw-r--r-- | sample/test_util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/test_util.cpp b/sample/test_util.cpp index 67bf3b8..f42ce9d 100644 --- a/sample/test_util.cpp +++ b/sample/test_util.cpp @@ -1,4 +1,5 @@ #include <stdio.h> +#define XBYAK_NO_OP_NAMES #include "xbyak/xbyak.h" #include "xbyak/xbyak_util.h" |