Changeset 3085


Ignore:
Timestamp:
Apr 10, 2007, 1:51:18 AM (18 years ago)
Author:
bird
Message:

Configured sed building and bootstrapping. References #84.

Location:
trunk/essentials/sys-apps/sed
Files:
3 added
1 edited

Legend:

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

    r3083 r3085  
    376376#ifndef _LIBC
    377377# ifdef __i386__
    378 #  define internal_function   __attribute ((regparm (3), stdcall))
     378#  ifdef __OS2__
     379#   define internal_function   _Optlink
     380#  else
     381#   define internal_function   __attribute ((regparm (3), stdcall))
     382#  endif
    379383# else
    380384#  define internal_function
Note: See TracChangeset for help on using the changeset viewer.