aboutsummaryrefslogtreecommitdiff
path: root/qtmips_asm/messagetype.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 22:50:42 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-17 22:50:42 +0200
commitd0e96ac431f8ebccc5fd21580414913824d72766 (patch)
treec186e5307e36f4be47df18de516d95ea97556e78 /qtmips_asm/messagetype.h
parent94095c7890f491d7023b1a69b3f088be8c05e898 (diff)
downloadqtmips-d0e96ac431f8ebccc5fd21580414913824d72766.tar.gz
qtmips-d0e96ac431f8ebccc5fd21580414913824d72766.tar.bz2
qtmips-d0e96ac431f8ebccc5fd21580414913824d72766.zip
Prepend message types by MSG_, Windows headerfiles define ERROR as macro.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_asm/messagetype.h')
-rw-r--r--qtmips_asm/messagetype.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtmips_asm/messagetype.h b/qtmips_asm/messagetype.h
index a3a1c49..fef5eb8 100644
--- a/qtmips_asm/messagetype.h
+++ b/qtmips_asm/messagetype.h
@@ -39,11 +39,11 @@
namespace messagetype {
enum Type {
- START,
- FINISH,
- INFO,
- WARNING,
- ERROR,
+ MSG_START,
+ MSG_FINISH,
+ MSG_INFO,
+ MSG_WARNING,
+ MSG_ERROR,
};
}