home *** CD-ROM | disk | FTP | other *** search
-
- I believe I found another small problem with the style checker.
- It seems to have trouble with tasks and I think perhaps the
- difficulty can be solved by changing RESERVEWO.ADA in the case
- statement:
-
- when TASK_TOKEN =>
- TASK_TOKEN_HANDLER( RESERVE_WORD_TOKEN );
-
- It appears that TASK_TOKEN_HANDLER is never invoked and currently
- there is code following the "when" that attempts to deal with
- the TASK_TOKEN and it doesn't completely treat all situations.
- The procedure seems to do a better job.
-
-
- Linda Rising
- Magnavox
- Ft. Wayne, IN
-
- ------
-