|
Last change
on this file was
5390,
checked in by westram, 17 years ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
754 bytes
|
| Line | |
|---|
| 1 | #include <stdio.h> |
|---|
| 2 | #include "prototypes.h" |
|---|
| 3 | |
|---|
| 4 | #define LINENUM 126 |
|---|
| 5 | #define LONGTEXT 5000 |
|---|
| 6 | #define TOKENNUM 80 |
|---|
| 7 | #define GBMAXCHAR 66 /* exclude the keyword(12 chars) */ |
|---|
| 8 | #define EMBLMAXCHAR 68 /* exclude the keyword(6 chars) */ |
|---|
| 9 | #define MACKEMAXCHAR 78 /* limit for each line */ |
|---|
| 10 | #define COMMSKINDENT 2 /* indent for subkey line of RDP defined comment */ |
|---|
| 11 | #define COMMCNINDENT 6 /* indent for continue line of RDP defined comment */ |
|---|
| 12 | #define SEPDEFINED 1 /* define a particular char as print line separator */ |
|---|
| 13 | #define SEPNODEFINED 0 /* no particular line separator is defined, use |
|---|
| 14 | general rule to separate lines. */ |
|---|
| 15 | #define p_nonkey_start 5 |
|---|
Note: See
TracBrowser
for help on using the repository browser.