Commit 391002a8 authored by Keith Randall's avatar Keith Randall

runtime: add prototype for panicdivide

LGTM=bradfitz
R=golang-codereviews, bradfitz, khr
CC=golang-codereviews
https://golang.org/cl/68680043
parent 8a8b5cba
......@@ -27,6 +27,7 @@
// declared here to avoid include of runtime.h
void runtime·panicstring(char*);
void runtime·panicdivide(void);
typedef unsigned long ulong;
typedef unsigned int uint;
......
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