Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d4daed

Browse files
committed
Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Comment change only.
1 parent 7399b9e commit 4d4daed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/errcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
3030
#define E_NOMEM 15 /* Ran out of memory */
3131
#define E_DONE 16 /* Parsing complete */
3232
#define E_ERROR 17 /* Execution error */
33-
#define E_TABSPACE 18 /* Invalid indentation detected */
33+
#define E_TABSPACE 18 /* Inconsistent mixing of tabs and spaces */
3434
#define E_OVERFLOW 19 /* Node had too many children */
3535
#define E_TOODEEP 20 /* Too many indentation levels */
3636
#define E_DEDENT 21 /* No matching outer block for dedent */

0 commit comments

Comments
 (0)