diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-02 20:39:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-02 20:39:10 (GMT) |
commit | eaaed023dfb41a1d60c320fccf77c54204c4143e (patch) | |
tree | 67b2592c64d18c1467931761849103c694912218 /generic/tclCompile.h | |
parent | bcb829c828596a8ab002aaad7770dee9a395491b (diff) | |
download | tcl-eaaed023dfb41a1d60c320fccf77c54204c4143e.zip tcl-eaaed023dfb41a1d60c320fccf77c54204c4143e.tar.gz tcl-eaaed023dfb41a1d60c320fccf77c54204c4143e.tar.bz2 |
reorder to preserve main BC development branch sequence better
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index cab517d..c860307 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -701,9 +701,9 @@ typedef struct ByteCode { /* For compilation relating to TclOO */ #define INST_TCLOO_SELF 153 -#define INST_TCLOO_NEXT 154 -#define INST_TCLOO_CLASS 155 -#define INST_TCLOO_NS 156 +#define INST_TCLOO_CLASS 154 +#define INST_TCLOO_NS 155 +#define INST_TCLOO_NEXT 156 /* The last opcode */ #define LAST_INST_OPCODE 156 |