|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Wed Jun 29 17:00:01 CEST 2005
Subject: [openrisc] [or1ksim #127] Fix HAS_ISBLANK
Hi,ChangeLog: * s/HAS_ISBLANK/HAVE_ISBLANK/ fix compileing on windows/cygwin. Reported by Kuoping Hsu and Girish Venkatar.
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./port/port.h /home/nog/or1ksim-ac/port/port.h --- ./port/port.h 2005-02-09 18:41:19.000000000 +0100 +++ /home/nog/or1ksim-ac/port/port.h 2005-06-29 10:56:05.000000000 +0200 @@ -9,7 +9,7 @@ char * strndup (const char *s, size_t n) #endif -#ifndef HAS_ISBLANK +#ifndef HAVE_ISBLANK int isblank(int c); #endif
|
 |