Skip to content

Commit e77a992

Browse files
committed
Add E_INDENT -- new error to check for bad indentation
1 parent e2bb8bb commit e77a992

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/errcode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
5151
#define E_NOMEM 15 /* Ran out of memory */
5252
#define E_DONE 16 /* Parsing complete */
5353
#define E_ERROR 17 /* Execution error */
54+
#define E_INDENT 18 /* Invalid indentation detected */
5455

5556
#ifdef __cplusplus
5657
}

0 commit comments

Comments
 (0)