We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399b9e commit 4d4daedCopy full SHA for 4d4daed
1 file changed
Include/errcode.h
@@ -30,7 +30,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
30
#define E_NOMEM 15 /* Ran out of memory */
31
#define E_DONE 16 /* Parsing complete */
32
#define E_ERROR 17 /* Execution error */
33
-#define E_TABSPACE 18 /* Invalid indentation detected */
+#define E_TABSPACE 18 /* Inconsistent mixing of tabs and spaces */
34
#define E_OVERFLOW 19 /* Node had too many children */
35
#define E_TOODEEP 20 /* Too many indentation levels */
36
#define E_DEDENT 21 /* No matching outer block for dedent */
0 commit comments