Ignore:
Timestamp:
Mar 6, 2006, 7:02:54 PM (20 years ago)
Author:
bird
Message:

Initial porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/lib/regex_internal.h

    r2554 r2560  
    419419#ifndef _LIBC
    420420# ifdef __i386__
    421 #  define internal_function   __attribute ((regparm (3), stdcall))
     421#  ifdef __OS2__
     422#   define internal_function   __attribute ((optlink))
     423#  else
     424#   define internal_function   __attribute ((regparm (3), stdcall))
     425#  endif
    422426# else
    423427#  define internal_function
Note: See TracChangeset for help on using the changeset viewer.