From 3ea5db22e2af7b4446528de78b4c51bc3cd0559b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 21 Oct 1999 13:34:34 +0000 Subject: We were failing to diagnose bad command at paragraph start [originally from svn r242] --- buttress.h | 1 + 1 file changed, 1 insertion(+) (limited to 'buttress.h') 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 */ -- cgit v1.1