aboutsummaryrefslogtreecommitdiff
path: root/src/grecs.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-01 13:54:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-01 13:54:10 +0300
commit5906ff8971e683deb35ee0beea1425aa93aeb499 (patch)
treebc1b6346ba056d704f8cb44f46be95013958009d /src/grecs.h
parent3f39626191970d57a8ad406b72474d565627b043 (diff)
downloadgrecs-5906ff8971e683deb35ee0beea1425aa93aeb499.tar.gz
grecs-5906ff8971e683deb35ee0beea1425aa93aeb499.tar.bz2
Minor changes
* am/grecs.m4 (GRECS_SETUP): Call AC_PROG_YACC and AM_PROG_LEX. * src/grecs.h: Add a missing prototype.
Diffstat (limited to 'src/grecs.h')
-rw-r--r--src/grecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grecs.h b/src/grecs.h
index 1273c7d..99c0453 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -131,6 +131,7 @@ extern void (*grecs_alloc_die_fun) (void);
void *grecs_malloc(size_t size);
void *grecs_zalloc(size_t size);
+void *grecs_calloc(size_t nmemb, size_t size);
void *grecs_realloc(void *ptr, size_t size);
void grecs_alloc_die(void);
char *grecs_strdup(const char *str);

Return to:

Send suggestions and report system problems to the System administrator.