diff options
| author | Simon Tatham <anakin@pobox.com> | 1999-09-12 15:38:06 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 1999-09-12 15:38:06 +0000 |
| commit | 9972b0f0d1ce6e08ce6f9505980c9c889ae994bc (patch) | |
| tree | cb867829840d4746c10d0fdba6409f1cf256d5c9 /buttress.h | |
| parent | d3c026f08f629659b5efe23fe8bffd3cf9b845f6 (diff) | |
| download | halibut-9972b0f0d1ce6e08ce6f9505980c9c889ae994bc.zip halibut-9972b0f0d1ce6e08ce6f9505980c9c889ae994bc.tar.gz halibut-9972b0f0d1ce6e08ce6f9505980c9c889ae994bc.tar.bz2 halibut-9972b0f0d1ce6e08ce6f9505980c9c889ae994bc.tar.xz | |
More development...
[originally from svn r220]
Diffstat (limited to 'buttress.h')
| -rw-r--r-- | buttress.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ enum { err_badmidcmd, /* invalid command in mid-para */ err_unexbrace, /* unexpected brace */ err_explbr, /* expected `{' after command */ + err_commenteof, /* EOF inside braced comment */ err_kwexprbr, /* expected `}' after cross-ref */ err_missingrbrace, /* unclosed braces at end of para */ err_nestedstyles, /* unable to nest text styles */ |