ref: 03177633375b152cd93d10171e23a8a7d54a6864
parent: f832f47e5102d752c9770655d2e7582a552a052f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Oct 6 02:47:55 EDT 2015
cc: include $builtin as keywoard in pickle() (from charles forsyth)
--- a/sys/src/cmd/cc/pickle.c
+++ b/sys/src/cmd/cc/pickle.c
@@ -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",
--
⑨