aboutsummaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-04-30 18:57:54 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-04-30 18:57:54 +0300
commit3f39626191970d57a8ad406b72474d565627b043 (patch)
treed44afa4a201a1ca8f5efc10870f69bda9276a752 /am
parenta3599c1135e2eefe9bb0d910694150feddfa5439 (diff)
downloadgrecs-3f39626191970d57a8ad406b72474d565627b043.tar.gz
grecs-3f39626191970d57a8ad406b72474d565627b043.tar.bz2
Bugfixes and improvements.
* am/grecs.m4 (GRECS_INCLUDES): New substitute variable. * src/Makefile.am (INCLUDES): Add GRECS_INCLUDES. * src/grecs-gram.y: Remove leftover uses of xmalloc. * src/grecs.h (grecs_zalloc, grecs_calloc): New protos. * src/mem.c (grecs_zalloc, grecs_calloc): New functions. * src/wordsplit.c [ENABLE_NLS]: include gettext.h
Diffstat (limited to 'am')
-rw-r--r--am/grecs.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/am/grecs.m4 b/am/grecs.m4
index dfed409..0b28604 100644
--- a/am/grecs.m4
+++ b/am/grecs.m4
@@ -109,4 +109,5 @@ AC_DEFUN([GRECS_SETUP],[
109 else 109 else
110 DEFAULT_PREPROCESSOR=NULL 110 DEFAULT_PREPROCESSOR=NULL
111 fi 111 fi
112 AC_SUBST([GRECS_INCLUDES])
112]) 113])

Return to:

Send suggestions and report system problems to the System administrator.