summaryrefslogtreecommitdiff
path: root/src/cmd/6l/go.c
blob: 08c3c8c36e7298c5c12fd7ba5e7a6a0e7b53db9c (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#include "l.h"
enum
{
	PtrSize = 8
};
#include "../ld/go.c"