aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/meta1-lex.l2
-rw-r--r--src/tree.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/meta1-lex.l b/src/meta1-lex.l
index 1b686bb..75603d3 100644
--- a/src/meta1-lex.l
+++ b/src/meta1-lex.l
@@ -21,7 +21,7 @@
/* This file implements a lexical analyzer for MeTA1 main configuration file.
*/
-#ifndef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "grecs.h"
diff --git a/src/tree.c b/src/tree.c
index 2136e7b..4f3189c 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -243,7 +243,6 @@ grecs_tree_free(struct grecs_node *node)
{
if (!node)
return 0;
- /* FIXME: Check if that's a node_type_root */
if (node->type != grecs_node_root) {
errno = EINVAL;
return 1;

Return to:

Send suggestions and report system problems to the System administrator.