summaryrefslogtreecommitdiff
path: root/buttress.h
diff options
context:
space:
mode:
Diffstat (limited to 'buttress.h')
-rw-r--r--buttress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buttress.h b/buttress.h
index 062bc37..b059322 100644
--- a/buttress.h
+++ b/buttress.h
@@ -134,6 +134,7 @@ enum {
err_kwexpected, /* paragraph type expects a keyword */
err_kwtoomany, /* paragraph type expects only 1 */
err_bodyillegal, /* paragraph type expects only kws! */
+ err_badparatype, /* invalid command at start of para */
err_badmidcmd, /* invalid command in mid-para */
err_unexbrace, /* unexpected brace */
err_explbr, /* expected `{' after command */