From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ar.aichi-u.ac.jp ([202.250.160.40]) by ttr; Fri Jul 12 09:29:35 EDT 2013 Received: from [192.168.1.106] ([125.192.156.8]) by ar; Fri Jul 12 22:29:25 JST 2013 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: [9front] Bug report: Runemask is gone From: arisawa In-Reply-To: <1bfefeb65c29ea24618819b38f0d3307@gmx.de> Date: Fri, 12 Jul 2013 22:29:25 +0900 Content-Transfer-Encoding: 7bit Message-Id: <5D24AF72-B04D-4C27-9257-F33B0A104F40@ar.aichi-u.ac.jp> List-ID: <9front.9front.org> X-Bullshit: transactional encrypted module hardware References: <1bfefeb65c29ea24618819b38f0d3307@gmx.de> To: 9front@9front.org X-Mailer: Apple Mail (2.1503) my libc.h was a bit old. I have updated using bell-labs libc.h. thanks. On 2013/07/12, at 22:12, cinap_lenrek@gmx.de wrote: > works for me. note, that 9front hasnt done the switch to 21 bit > runes yet. what have you done? > > term% cd /sys/src/cmd/grep > term% mk > yacc -d grep.y > 8c -FTVw main.c > 8c -FTVw comp.c > 8c -FTVw sub.c > 8c -FTVw y.tab.c > 8l -o 8.out y.tab.8 main.8 comp.8 sub.8 > term% > > term% grep -n Runemask /sys/include/libc.h > 49: Runemask = 0xFFFF, /* bits used by runes (see grep) */ > > -- > cinap