shithub: riscv

Download patch

ref: fe3430ea998a3a494fa22ed574f97834cff38f7f
parent: 37d2856f55ba62fec04481b87ee607c4ef8f2c45
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",