File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 23
23
----------------------------------------------------------------------------**/
24
24
#include " strngs.h"
25
25
26
- /* ---------------------------------------------------------------------------
27
- Macros
28
- ----------------------------------------------------------------------------*/
29
- /* macros for controlling the display of recognized characters */
30
- #define EnableCharDisplay () (DisplayCharacters = TRUE )
31
- #define DisableCharDisplay () (DisplayCharacters = FALSE )
32
-
33
- /* macros for controlling the display of the entire match list */
34
- #define EnableMatchDisplay () (DisplayMatchList = TRUE )
35
- #define DisableMatchDisplay () (DisplayMatchList = FALSE )
36
-
37
26
/* *----------------------------------------------------------------------------
38
27
Public Function Prototypes
39
28
----------------------------------------------------------------------------**/
You can’t perform that action at this time.
0 commit comments