Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/12/2001 11:00:25
Module Name:	xsrc
Committed By:	martin
Date:		Mon Mar 12 09:00:25 UTC 2001

Modified Files:
	xsrc/xfree/xc/lib/font/Type1: arith.c curves.c hints.c objects.c
	    objects.h paths.c regions.c spaces.c t1funcs.c t1malloc.c t1stub.c

Log Message:
Rename the local macro "abort(line)" to "Xabort(line)".
It collides with expansion of the makro va_arg on arm32 (see
/usr/include/arm/varargs.h).

Since "abort" is defined by ANSI C, an application is not allowed to redefine
it, IMHO.

This makes xsrc/xfree/xc build on arm32 (no server, though).


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 xsrc/xfree/xc/lib/font/Type1/arith.c \
    xsrc/xfree/xc/lib/font/Type1/curves.c \
    xsrc/xfree/xc/lib/font/Type1/hints.c \
    xsrc/xfree/xc/lib/font/Type1/objects.c \
    xsrc/xfree/xc/lib/font/Type1/objects.h \
    xsrc/xfree/xc/lib/font/Type1/paths.c \
    xsrc/xfree/xc/lib/font/Type1/regions.c \
    xsrc/xfree/xc/lib/font/Type1/spaces.c \
    xsrc/xfree/xc/lib/font/Type1/t1funcs.c \
    xsrc/xfree/xc/lib/font/Type1/t1malloc.c \
    xsrc/xfree/xc/lib/font/Type1/t1stub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.