Commit e5d01a5f authored by Alex Brainman's avatar Alex Brainman

[dev.cc] runtime: add missing cb_max const

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/169490043
parent 37cae806
// 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.
package runtime
// TODO(brainman): move generation of zsys_windows_*.s out from cmd/dist/buildruntime.c and into here
const cb_max = 2000 // maximum number of windows callbacks allowed (must be in sync with MAXWINCB from cmd/dist/buildruntime.c)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment