summaryrefslogtreecommitdiff
path: root/sys/src/cmd
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-10-06 06:47:55 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-10-06 06:47:55 +0200
commitfe3430ea998a3a494fa22ed574f97834cff38f7f (patch)
treec5537d2e3fc069d2e32fefcee559a770fad692b5 /sys/src/cmd
parent37d2856f55ba62fec04481b87ee607c4ef8f2c45 (diff)
cc: include $builtin as keywoard in pickle() (from charles forsyth)
Diffstat (limited to 'sys/src/cmd')
-rw-r--r--sys/src/cmd/cc/pickle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/cc/pickle.c b/sys/src/cmd/cc/pickle.c
index ef8df4c03..1946b4e6c 100644
--- 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",