diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:34:30 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:34:30 +0000 |
| commit | 420572a39765764efc229f10f3872d4e4ea41211 (patch) | |
| tree | a29d8c33958550ba7449dd78c06dffcc85876451 | |
| parent | bb6c08ee16038fc0763a93ebf65ea866b3eb1c7f (diff) | |
| download | lasso-420572a39765764efc229f10f3872d4e4ea41211.tar.gz lasso-420572a39765764efc229f10f3872d4e4ea41211.tar.xz lasso-420572a39765764efc229f10f3872d4e4ea41211.zip | |
Core: if OFTYPE is already defined, skip
| -rw-r--r-- | lasso/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/utils.h b/lasso/utils.h index 3c4f2f58..b047f19e 100644 --- a/lasso/utils.h +++ b/lasso/utils.h @@ -327,7 +327,9 @@ } /* Declare type of element in a container */ +#ifndef OFTYPE #define OFTYPE(x) +#endif /* Get a printable extract for error messages */ char* lasso_safe_prefix_string(const char *str, gsize length); |
