aboutsummaryrefslogtreecommitdiff
path: root/lib/forlangrm.y
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:31:49 +0300
commitdfa58f8b8ebf024c2ec678a836adcd055e4bc052 (patch)
tree18d3fba3a482ad31ce77d6de1990d67ab93b54db /lib/forlangrm.y
parent242dd0a45ec3c7db7715d5dec327bad6d17e86a1 (diff)
downloadeclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.gz
eclat-dfa58f8b8ebf024c2ec678a836adcd055e4bc052.tar.bz2
Trivial fixes.
Diffstat (limited to 'lib/forlangrm.y')
-rw-r--r--lib/forlangrm.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/forlangrm.y b/lib/forlangrm.y
index 5c91f1a..4d77df6 100644
--- a/lib/forlangrm.y
+++ b/lib/forlangrm.y
@@ -20,6 +20,7 @@
#include <grecs-locus.h>
#include "forlangrm.h"
#include "forlan.h"
+#include <string.h>
static int yyerror(char *);
union forlan_node *forlan_parse_tree;
@@ -36,11 +37,6 @@ struct path_component {
char *label;
};
-static void
-free_comp(void *p)
-{
- free(p);
-}
%}
%error-verbose
%locations

Return to:

Send suggestions and report system problems to the System administrator.