Add support for #includeliteral
Status: Beta
Brought to you by:
schulman
The following patch is based on suggestion from http://
bugs.debian.org/340963
There are cases when you have to do
#include "file"
and then edit the file to do
#literal ON
... [ file contents ]
#literal OFF
The attached patch does this. This feature is needed in
cases where such edition is not possible. For example,
in shell scripts or other source code.
The Patch