Commit e77a992a authored by Guido van Rossum's avatar Guido van Rossum

Add E_INDENT -- new error to check for bad indentation

parent e2bb8bb9
......@@ -51,6 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define E_NOMEM 15 /* Ran out of memory */
#define E_DONE 16 /* Parsing complete */
#define E_ERROR 17 /* Execution error */
#define E_INDENT 18 /* Invalid indentation detected */
#ifdef __cplusplus
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment