summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index dfd92c1..4c9a745 100644
--- a/halibut.h
+++ b/halibut.h
@@ -221,6 +221,7 @@ enum {
err_explbr, /* expected `{' after command */
err_commenteof, /* EOF inside braced comment */
err_kwexprbr, /* expected `}' after cross-ref */
+ err_codequote, /* \q within \c is not supported */
err_missingrbrace, /* unclosed braces at end of para */
err_missingrbrace2, /* unclosed braces at end of file */
err_nestedstyles, /* unable to nest text styles */