diff options
| author | Simon Tatham <anakin@pobox.com> | 1999-10-22 13:25:35 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 1999-10-22 13:25:35 +0000 |
| commit | 038d5c3311dc7676474d2f99d71afc9a1097b4a6 (patch) | |
| tree | 7a305c9cd5d5bd7add24d244c96155eefd152866 /input.c | |
| parent | 8022a13d69f8f24c54df96b140bd9eb84b23a5f1 (diff) | |
| download | halibut-038d5c3311dc7676474d2f99d71afc9a1097b4a6.zip halibut-038d5c3311dc7676474d2f99d71afc9a1097b4a6.tar.gz halibut-038d5c3311dc7676474d2f99d71afc9a1097b4a6.tar.bz2 halibut-038d5c3311dc7676474d2f99d71afc9a1097b4a6.tar.xz | |
Now get start-of-paragraph diagnoses _right_... *sigh*
[originally from svn r246]
Diffstat (limited to 'input.c')
| -rw-r--r-- | input.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -505,6 +505,9 @@ static void read_file(paragraph ***ret, input *in, index *idx) { par.fpos = t.pos; switch (t.cmd) { default: + needkw = -1; + break; + case c__invalid: error(err_badparatype, t.text, &t.pos); needkw = 4; break; |