aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-21 11:32:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-21 11:32:27 +0300
commitf5f9ad5a144999f7c788119cc21d967734ae0dba (patch)
treec65c817e401c8264212e1b7abad9ac2fa18ece94 /src
parentdc2eda2489f6f8e9bd699c3968edd0710b3adb73 (diff)
downloadeclat-f5f9ad5a144999f7c788119cc21d967734ae0dba.tar.gz
eclat-f5f9ad5a144999f7c788119cc21d967734ae0dba.tar.bz2
Various minor fixes.
* doc/eclat.conf.5: Document EC2 maps. * etc/eclat.cfin: Provide default maps. * lib/Makefile.am (AM_LFLAGS): Remove -v. * lib/bidimap.c (cb_submap): Remove unused variable. * lib/forlan.c: Minor change. * lib/forlangrm.y: Declare prototype for yylex. * lib/forlanlex.l: Add option nounput * lib/libeclat.h (eclat_map) <locus>: New member. * lib/map.c (eclat_map_config): Warn if attempting to redeclare an existing map. * src/ec2map.c (ec2_map_get): Minor change.
Diffstat (limited to 'src')
-rw-r--r--src/ec2map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec2map.c b/src/ec2map.c
index 6eb7e8b..7abecd2 100644
--- a/src/ec2map.c
+++ b/src/ec2map.c
@@ -142,7 +142,7 @@ ec2_map_get(int dbg, int dir, void *data, const char *key, char **return_value)
struct grecs_list_entry *ep;
struct wordsplit ws;
int wsflags;
- char *env[3];
+ char const *env[3];
struct grecs_node *tree, *node;
int rc;

Return to:

Send suggestions and report system problems to the System administrator.