home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / util / analyze2 / read.me < prev    next >
Encoding:
Text File  |  1987-01-28  |  1.1 KB  |  27 lines

  1.         Newest news about the C_SM ANALYZE and MAINTENANCE package
  2.  
  3.                 The analyze utility included in this package is
  4.         version 2.0.  It fixes some deficiencies in version 1.1
  5.         and adds some command options.
  6.  
  7.                 Version 1.1 included in its output two kinds of
  8.         declarations which were undesirable.
  9.  
  10.            1) Forward or external function declarations were seen
  11.               as function calls.
  12.            2) Manifest constant definitions were seen as macros if
  13.               the value was contained in parenthesis.
  14.               ie: #define CONSTANT   (-1)
  15.  
  16.         Version 2.0 fixes both of these conditions.
  17.  
  18.  
  19.         Version 2.0 adds the following command options:
  20.            1) -m option to analyze the 'dependant files' in the
  21.                  specified 'make' file.
  22.            2) -s option to print out the statistical analysis. This
  23.                  was always printed in version 1.1.
  24.            3) -b option to print out any unbalanced conditions found.
  25.                  This too was always printed in version 1.1
  26.  
  27.