Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(454)

Unified Diff: src/pkg/runtime/iface.c

Issue 5490053: code review 5490053: runtime: make more build-friendly (Closed)
Patch Set: diff -r 046739c8299b https://go.googlecode.com/hg/ Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/defs_windows_amd64.h ('k') | src/pkg/runtime/malloc.goc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/iface.c
===================================================================
--- a/src/pkg/runtime/iface.c
+++ b/src/pkg/runtime/iface.c
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
#include "runtime.h"
-#include "arch.h"
+#include "arch_GOARCH.h"
#include "type.h"
#include "malloc.h"
« no previous file with comments | « src/pkg/runtime/defs_windows_amd64.h ('k') | src/pkg/runtime/malloc.goc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b