Ignore:
Timestamp:
Jul 10, 2005, 11:12:06 AM (20 years ago)
Author:
bird
Message:

Replaced BSD regex with the new GLIBC implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/limits.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r2239 r2240  
    1 /* limits.h,v 1.3 2004/09/14 22:27:34 bird Exp */
     1/* limits.h,v 1.4 2005/07/10 09:09:53 bird Exp */
    22/** @file
    33 * FreeBSD 5.1
     
    7373#define EXPR_NEST_MAX              32   /* max expressions nested in expr(1) */
    7474#define LINE_MAX                 2048   /* max bytes in an input line */
    75 #define RE_DUP_MAX                255   /* max RE's in interval notation */
     75#define RE_DUP_MAX               0x7fff /* max RE's in interval notation */ /* bird: was 255, glibc regexp. */
    7676
    7777#define _POSIX2_BC_BASE_MAX     99
Note: See TracChangeset for help on using the changeset viewer.