diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-06 21:21:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-06 21:21:31 +0100 |
commit | 0b61cca3c2b5c2d7b87a6871501bc8f38da3b823 (patch) | |
tree | a4dcb532daa4a808e02d046bb4b370cca3418705 /src/mds-kbdc/builtin-functions.c | |
parent | mds-kbdc: parse_keys (diff) | |
download | mds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.gz mds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.bz2 mds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.xz |
mds-kbdc: m + function calling
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/builtin-functions.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mds-kbdc/builtin-functions.c b/src/mds-kbdc/builtin-functions.c index 0cb7aa6..fca6496 100644 --- a/src/mds-kbdc/builtin-functions.c +++ b/src/mds-kbdc/builtin-functions.c @@ -339,7 +339,9 @@ int builtin_function_defined(const char* restrict name, size_t arg_count) * * The function will abort if an non-builtin function is addressed * - * Before invoking set/3 or get/2, please check the arguments + * Before invoking set/3 or get/2, please check the arguments, + * please also check that either all or none of the arguments + * are empty string for any of the other builtin functions * * @param name The name of the function * @param arg_count The number of arguments to pass to the function |