co-mc86.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. //    co-mc86.lnt
  2. // microtec compiler options file
  3. //    This file contains options to allow PC-lint to process source
  4. //    files for your compiler.  It is used as follows:
  5. //
  6. //    lint  co-mc86.lnt  source-file(s)
  7.                     // you will want to change the following list of definitions
  8. -d_MCC86=1          // compilier parameters
  9. -d_MATHLIBF=1       // floating point libraries
  10. -d_MRI_EXTENSIONS=1
  11. -d__STDC__=1
  12. -d__cplusplus=1
  13. -d_CHAR_SIGNED=0    // system parameters 
  14. -d_CHAR_UNSIGNED=1
  15. -d_SIZEOF_SHORT=16
  16. -d_SIZEOF_INT=16
  17. -d_SIZEOF_LONG=32
  18. +rw(packed)         // reserved word to be ignored.
  19.      // lint parameters
  20. -si2 //size of int is 2 bytes need for lint
  21.    // while processing compiler (library) header files ...
  22. -wlib(1)    // sets the warning level within library headers to 1
  23.     // (no warnings, just syntax errors).  Comment out if you
  24.     // are actually linting library headers.  This
  25.     // option makes obsolete options of the form -elib(axxx) where
  26.     // xxx >= 400 which may be retained for historical reasons.
  27. -elib(659) // nothing follows '}' on same line
  28. -elib(652) // suppresses messages about previously declared symbols
  29. -elib(773) // macro not parenthesizied
  30. -elib(761) // redundant typedefs
  31. -elib(760) // redundant macros
  32. -elib(537) // repeated lib include files
  33. -header(co-mc.h)  // supports asm()