Ignore:
Timestamp:
Apr 22, 2007, 10:57:48 AM (18 years ago)
Author:
bird
Message:

Applied patch from Paul (aka Creeping).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/perl.h

    r3187 r3188  
    9595 * __bsdi__ for BSD/OS
    9696 */
    97 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(PERL_DARWIN) || defined(__bsdi__) || defined(BSD41) || defined(BSD42) || defined(BSD43) || defined(BSD44)
     97#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(PERL_DARWIN) || defined(__bsdi__) || defined(BSD41) || defined(BSD42) || defined(BSD43) || defined(BSD44) 
    9898#   ifndef BSDish
    9999#       define BSDish
     
    160160
    161161#ifndef PERL_UNUSED_DECL
    162 #  ifdef HASATTRIBUTE_UNUSED
     162#  if defined(HASATTRIBUTE_UNUSED) 
    163163#    define PERL_UNUSED_DECL __attribute__unused__
    164164#  else
Note: See TracChangeset for help on using the changeset viewer.