warning fixes

SVN revision: 11832
This commit is contained in:
tsauerbeck 2004-10-11 18:12:26 +00:00 committed by tsauerbeck
parent d833f56657
commit 587d771f32
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@
#define GETSTR(str, par) { \
Embryo_Cell *___cptr; \
int ___l; \
str = NULL; \
if ((___cptr = embryo_data_address_get(ep, (par)))) { \
___l = embryo_data_string_length_get(ep, ___cptr); \
if (((str) = alloca(___l + 1))) \