aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-10-30 20:29:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-10-30 20:29:58 +0200
commit8eea0529e713c913df259947f5cbdf315a32c830 (patch)
tree2b30e4e57a4f3d4832e3375544f29d8af3413d8a /src/eclat.c
parentcc736432bb1fdea85cae4788423bd804c385cffc (diff)
downloadeclat-master.tar.gz
eclat-master.tar.bz2
Update copyleft datesHEADmaster
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/eclat.c b/src/eclat.c
index d02bc59..503a3b4 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -780,8 +780,7 @@ main(int argc, char **argv)
grecs_lex_trace(debug_level(ECLAT_DEBCAT_CFLEX));
if (preprocess_only)
- exit(grecs_preproc_run(conffile, grecs_preprocessor) ?
- EX_CONFIG : 0);
+ exit(grecs_preprocess(conffile, 0) ? EX_CONFIG : 0);
if (access(conffile, R_OK) == 0) {
tree = grecs_parse(conffile);

Return to:

Send suggestions and report system problems to the System administrator.