From 125c638c11817f2a8bad75363885fe9851b7099e Mon Sep 17 00:00:00 2001 From: Liam Staskawicz Date: Mon, 3 Aug 2015 15:47:29 -0700 Subject: [PATCH] =?UTF-8?q?unreal:=20gcc=20complains=20about=20missing=20?= =?UTF-8?q?=E2=80=98=20character=20in=20#if=200=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/capnpc-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/capnpc-c.c b/compiler/capnpc-c.c index e14b3a7..145977c 100644 --- a/compiler/capnpc-c.c +++ b/compiler/capnpc-c.c @@ -905,7 +905,7 @@ static void define_struct(struct node *n) { } #if 0 -Commenting out interfaces until the RPC protocol has been spec'd +Commenting out interfaces until the RPC protocol has been specified static int find_offset(struct str *v, int inc, uint64_t mask) { int i, j; union {uint64_t u; char c[8];} umask;