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/XSpadFill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/XSpadFill.c') diff --git a/src/lib/XSpadFill.c b/src/lib/XSpadFill.c index f71a861c..1487d95b 100644 --- a/src/lib/XSpadFill.c +++ b/src/lib/XSpadFill.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 @@ -48,7 +50,6 @@ #include "openaxiom-c-macros.h" -#ifndef MSYSplatform #include #include @@ -296,5 +297,4 @@ XSpadFillArcs(Display *dsply, Drawable drawable,XArc *arcs, int narcs, } -#endif /* MSYSplatform */ -- cgit v1.2.3