cc: include $builtin as keywoard in pickle() (from charles forsyth)

This commit is contained in:
cinap_lenrek 2015-10-06 06:47:55 +02:00
parent 37d2856f55
commit fe3430ea99

View file

@ -2,7 +2,7 @@
static char *kwd[] =
{
"$adt", "$aggr", "$append", "$complex", "$defn",
"$adt", "$aggr", "$append", "$builtin", "$complex", "$defn",
"$delete", "$do", "$else", "$eval", "$head", "$if",
"$local", "$loop", "$return", "$tail", "$then",
"$union", "$whatis", "$while",