LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    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
    Top
    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

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.