projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f854c
)
Added fun_speak to function table
author
Ari Johnson
<ari@cobramush.org>
Mon, 9 Apr 2007 15:03:03 +0000
(15:03 +0000)
committer
Ari Johnson
<ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000
(15:58 +0000)
(cherry picked from commit
62e442d42e174f7031f9507d09a6a93b3fa932ba
)
src/function.c
patch
|
blob
|
history
diff --git
a/src/function.c
b/src/function.c
index f0e86c6b79b506eb18e804655911cb9340693ac9..72aa3809594237df60d52e441cbc02812ff36ed9 100644
(file)
--- a/
src/function.c
+++ b/
src/function.c
@@
-625,6
+625,7
@@
FUNTAB flist[] = {
{"SOUNDEX", fun_soundex, 1, 1, FN_REG},
{"SOUNDSLIKE", fun_soundlike, 2, 2, FN_REG},
{"SPACE", fun_space, 1, 1, FN_REG},
+ {"SPEAK", fun_speak, 2, 7, FN_REG},
{"SPELLNUM", fun_spellnum, 1, 1, FN_REG},
{"SPLICE", fun_splice, 3, 4, FN_REG},
#ifdef _SWMP_