]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix REFLECTMETHOD macro
authorMichael McLoughlin <mmcloughlin@gmail.com>
Tue, 1 Jan 2019 01:14:54 +0000 (17:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 Jan 2019 20:15:48 +0000 (20:15 +0000)
Removes spurious equals sign from REFLECTMETHOD macro.

Fixes #29487

Change-Id: Iaa3d85ff57087aa79a259f28816f8b0a552536f3
Reviewed-on: https://go-review.googlesource.com/c/155927
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/textflag.h

index 929e9b36a909b4687d9c553403cce0b4eb9350f8..d1bb52cc004ace189fab6ee84fa16982d320905f 100644 (file)
@@ -31,4 +31,4 @@
 // TODO(mwhudson): only implemented for ppc64x at present.
 #define NOFRAME 512
 // Function can call reflect.Type.Method or reflect.Type.MethodByName.
-#define REFLECTMETHOD 1024
+#define REFLECTMETHOD 1024