diff options
| author | Damien George | 2014-01-18 23:24:36 +0000 |
|---|---|---|
| committer | Damien George | 2014-01-18 23:24:36 +0000 |
| commit | 08335004cfe95048ee06134a3e49b9fb75639139 (patch) | |
| tree | 7518a854012938fd70c57b3571a630a142b84f28 /unix/mpconfigport.h | |
| parent | aefe79880f8c5f66132673ccc9be27d2ca29005b (diff) | |
Add source file name and line number to error messages.
Byte code has a map from byte-code offset to source-code line number,
used to give better error messages.
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index daa18961c..b36c17196 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -13,6 +13,7 @@ #define MICROPY_ENABLE_LEXER_UNIX (1) #define MICROPY_ENABLE_FLOAT (1) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG) +#define MICROPY_SHOW_BC (0) // type definitions for the specific machine |
