From d9f5091a8a4653cf6a023c90f467016100dc5dfa Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 20 Sep 2009 07:02:25 +0000 Subject: * configure.ac.pamphlet: Don't define CPP LINUXplaform, MACOSXplaform, and MSYSplatoform macros. src/ * lib/XDither.c: Tidy. * lib/XShade.c: Likewise. * lib/XSpadFill.c: Likewise. * lib/bsdsignal.c: Likewise. * lib/edin.c: Likewise. * lib/fnct_key.c: Likewise. * lib/util.c: Likewise. * lib/wct.c: Likewise. --- src/lib/XShade.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/XShade.c') diff --git a/src/lib/XShade.c b/src/lib/XShade.c index 8c7b6d2f..4cc052c5 100644 --- a/src/lib/XShade.c +++ b/src/lib/XShade.c @@ -1,6 +1,8 @@ /* Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. + Copyright (C) Gabriel Dos Reis. + All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -32,7 +34,6 @@ */ #include "openaxiom-c-macros.h" -#ifndef MSYSplatform #include #include @@ -207,5 +208,4 @@ XShadeArcs(Display *display, Drawable drawable, XArc *arcs, int narcs) XFillArcs(display, drawable, TileGC, arcs, narcs); } -#endif /* MSYSplatform */ -- cgit v1.2.3