Remove the error message `no text found in paragraph'. Aaron Brown
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 29 Sep 2005 13:04:26 +0000 (13:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 29 Sep 2005 13:04:26 +0000 (13:04 +0000)
commitc9b4e60f1501a9d1c2eb29ab141694f95b70c1da
tree4dcfb0496ebf418231c96b191ac941d8cd92e1bf
parentedf3198063825f7cc83b3b67305b84a0f5267291
Remove the error message `no text found in paragraph'. Aaron Brown
points out that it's perfectly possible to generate an empty
paragraph using legal Halibut syntax: a paragraph containing nothing
but a \#{...} comment will do the job, and is quite likely to happen
if you've commented out a load of Halibut code. Therefore, an empty
paragraph is now silently ignored rather than being an error
condition in itself; if you create an empty paragraph due to it
containing an unrecognised directive, then you'll get an error for
_that_ and only that.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6361 cda61777-01e9-0310-a592-d414129be87e
error.c
halibut.h
input.c
inputs/test.but