]> granicus.if.org Git - python/commitdiff
Add E_INDENT -- new error to check for bad indentation
authorGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 21:37:20 +0000 (21:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Apr 1998 21:37:20 +0000 (21:37 +0000)
Include/errcode.h

index feaffc777c6e1db18b0fdf3932cf917e08560669..565578269afda362cb14c4aa9d6358a54c4d0eb3 100644 (file)
@@ -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
 }