Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cpp.ansi / Parameters
1 !File: pathlength.h
2 #define PATHLENGTH      1024    /* max. length of path to file          */
3
4
5 !File: errout.h
6 #define ERROUT          STDERR  /* file pointer for writing messages    */
7 #define MAXERR_LINE     5       /* maximum number of error messages given
8                                         on the same input line.         */
9
10
11 !File: idfsize.h
12 #define IDFSIZE 64      /* maximum significant length of an identifier  */
13
14
15 !File: numsize.h
16 #define NUMSIZE 256     /* maximum length of a numeric constant         */
17
18
19 !File: nparams.h
20 #define NPARAMS 32      /* maximum number of parameters of macros       */
21 #define STDC_NPARAMS 31 /* ANSI limit on number of parameters           */
22
23
24 !File: ifdepth.h
25 #define IFDEPTH 256     /* maximum number of nested if-constructions    */
26
27
28 !File: macbuf.h
29 #define LAPBUF  128     /* initial size of macro replacement buffer     */
30 #define ARGBUF  128     /* initial size of macro parameter buffer(s)    */
31
32
33 !File: strsize.h
34 #define ISTRSIZE        16      /* minimum number of bytes allocated for
35                                         storing a string                */
36
37
38 !File: botch_free.h
39 /*#define BOTCH_FREE    1       /* botch freed memory, as a check       */
40
41
42 !File: debug.h
43 /*#define DEBUG         1       /* perform various self-tests           */
44 #define NDEBUG          1       /* disable assertions                   */
45
46
47 !File: parbufsize.h
48 #define PARBUFSIZE      1024
49
50
51 !File: textsize.h
52 #define ITEXTSIZE       16      /* 1st piece of memory for repl. text   */
53
54
55 !File: inputtype.h
56 /*#define INP_READ_IN_ONE       1       /* read input file in one.  */
57                                 /* If defined, we cannot read from a pipe */
58
59
60 !File: obufsize.h
61 #define OBUFSIZE        8192    /* output buffer size */
62
63
64 !File: dobits.h
65 #define DOBITS          1       /* use trick to reduce symboltable accesses */
66
67
68 !File: ln_prefix.h
69 #define LINE_PREFIX     "#"     /* prefix for generated line directives,
70                                    either "#" or "#line"
71                                 */
72