Changeset 3081 for trunk


Ignore:
Timestamp:
Apr 9, 2007, 11:15:02 PM (18 years ago)
Author:
bird
Message:

our gcc doesn't like stdcall + regparm, so use Optlink instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/gawk/regex_internal.h

    r3076 r3081  
    396396#ifndef _LIBC
    397397# ifdef __i386__
     398#  ifdef __EMX__
     399#  define internal_function   _Optlink
     400#  else
    398401#  define internal_function   __attribute ((regparm (3), stdcall))
     402#  endif
    399403# else
    400404#  define internal_function
Note: See TracChangeset for help on using the changeset viewer.