A limit has been exceeded in the OmniMark compiler.
          #2087   Compile-time error
          A limit has been exceeded in the OmniMark compiler.
Additional Information
 A maximum of 32 pattern variables may be defined in a single
pattern, but the pattern 'X' exceeds that limit.
     or
 The maximum allowed maximum-width is 65, 535, but the value entered is 'X'.
     or
 The maximum allowed preferred-width is 65, 535, but the value entered is 'X'.
     or
 Too many Xs have been entered.
     where X is 'counter, ' 'stream, ' or 'switch.'
     or
 Exceeded maximum allowed number of GIs in a qualifier list.
     or
 Exceeded maximum number of allowed function parameters: X allowed, encountered Y., 
     or
 Too many opaque types defined; a single program cannot have more
than X different opaque types. 
Recovery
Compilation continues but no compiled source code file will be saved.
Explanation
The OmniMark language imposes the following internal limits:
pattern variables: 32 per pattern; GIs in a qualifier list: 65, 535;
preferred-width of a line: 65, 535 characters; maximum-width of a line:
65, 535 characters; 16, 383 arguments per function call.