CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2009/05/31 10:22:34
Modified files: app/xterm : Makefile Log message: workaround for a problem that appeared with xterm 243 on arm cpus. It dumps core in VTInitialize() if charproc.c is compiled with -O2. The problem is in the lines 5610 to 5614 of this file, which were added by xterm 243, but I can't see an obvious problem here.