aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-04-18 22:16:48 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-04-18 22:16:48 +0300
commitec709eaca89cfb0f13c340439f9e3ea33e85bc22 (patch)
treeac4e9d608ab94a8cb4b5fc5182499fef83a1ee67 /src/preproc.c
parentfdecabd82197944d317824ee7006ffb82aeb20cc (diff)
downloadgrecs-ec709eaca89cfb0f13c340439f9e3ea33e85bc22.tar.gz
grecs-ec709eaca89cfb0f13c340439f9e3ea33e85bc22.tar.bz2
Remove superfluous gnulib modules. Improve wordsplit.
* gnulib.modules: Remove c-type, error, regex and stdbool. * src/grecs-gram.y: Use 0/1 instead of false/true. * src/preproc.c: Likewise. * src/grecs.h: Don't include stdbool.h * src/wordsplit.c: Apply fixes from Mailutils. * src/wordsplit.h: Likewise.
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc.c b/src/preproc.c
index c0a8a1e..0723a2e 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -39,13 +39,13 @@
# include "gettext.h"
# define _(msgid) gettext (msgid)
#else
# define _(msgid) msgid
#endif
-bool grecs_log_to_stderr = true;
+bool grecs_log_to_stderr = 1;
void (*grecs_log_setup_hook) () = NULL;
struct input_file_ident
{
ino_t i_node;
dev_t device;

Return to:

Send suggestions and report system problems to the System administrator.