Changeset 2560 for trunk/coreutils/lib/regex_internal.h
- Timestamp:
- Mar 6, 2006, 7:02:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/coreutils/lib/regex_internal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/lib/regex_internal.h
r2554 r2560 419 419 #ifndef _LIBC 420 420 # 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 422 426 # else 423 427 # define internal_function
Note:
See TracChangeset
for help on using the changeset viewer.
