diff src/t_flags.cc @ 109:f05330267c66

Use stdint types.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:59:23 +0300
parents a68786b9c74b
children
line wrap: on
line diff
--- a/src/t_flags.cc	Mon Oct 06 12:46:32 2014 +0300
+++ b/src/t_flags.cc	Mon Oct 06 12:59:23 2014 +0300
@@ -42,7 +42,7 @@
 void frob_things_flags(SelPtr list, int op, int operand)
 {
     SelPtr cur;
-    i16 mask;
+    int16_t mask;
 
     if (op == YO_CLEAR || op == YO_SET || op == YO_TOGGLE)
         mask = 1 << operand;