summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index e05aff1..b41ebf6 100644
--- a/eval.c
+++ b/eval.c
@@ -14,6 +14,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
+/**
+ * Implementation of all the literal expressions.
+ */
+
#include "eval.h"
#include "bftw.h"
#include "cmdline.h"