summaryrefslogtreecommitdiff
path: root/src/cmd/gc/Makefile
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2009-03-05 15:49:34 -0800
committerKen Thompson <ken@golang.org>2009-03-05 15:49:34 -0800
commitf0e229f9510cf3ec9d8e9c332fcc8aa4a865a2ef (patch)
treec30dad9603ef2231028f0f2a5d0e67097f2b6bd7 /src/cmd/gc/Makefile
parentd63ac64fe49b9b16ad5b0dc694e239b9af6e7e49 (diff)
downloadgolang-f0e229f9510cf3ec9d8e9c332fcc8aa4a865a2ef.tar.gz
new switch implementation
in preparation of type switch. no functional change (yet). R=r OCL=25784 CL=25788
Diffstat (limited to 'src/cmd/gc/Makefile')
-rw-r--r--src/cmd/gc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/gc/Makefile b/src/cmd/gc/Makefile
index 1ab449768..4237e972a 100644
--- a/src/cmd/gc/Makefile
+++ b/src/cmd/gc/Makefile
@@ -21,6 +21,7 @@ OFILES=\
dcl.$O\
export.$O\
walk.$O\
+ swt.$O\
const.$O\
mparith1.$O\
mparith2.$O\