summaryrefslogtreecommitdiff
path: root/libgpython
diff options
context:
space:
mode:
authorredbrain <redbrain@crules.org>2010-07-11 17:18:55 +0100
committerredbrain <redbrain@crules.org>2010-07-11 17:18:55 +0100
commit2eb87ef50f7937ff2462233727f50feea4a51777 (patch)
treef1e89366ea8d03dc800909854c41d6328963baf9 /libgpython
parent6d5075926edd9114bcd8c64c24bbf0ae3b99d883 (diff)
downloadgcc-2eb87ef50f7937ff2462233727f50feea4a51777.tar.gz
quick commit
Diffstat (limited to 'libgpython')
-rw-r--r--libgpython/include/gpython/gpython.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpython/include/gpython/gpython.h b/libgpython/include/gpython/gpython.h
index 2b215a961e3..b53290b6077 100644
--- a/libgpython/include/gpython/gpython.h
+++ b/libgpython/include/gpython/gpython.h
@@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see
# define __gpy_nonnull
#endif
-typedef unsigned short gpy_opcode_t;
+typedef unsigned int gpy_opcode_t;
#define OP_BIN_ACCESSOR 0xF001
#define OP_BIN_ADDITION 0xF002