[BACK]Return to oper.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/oper.c between version 1.4 and 1.5

version 1.4, 2021/01/16 02:40:02 version 1.5, 2021/01/18 20:02:34
Line 51  static const struct {
Line 51  static const struct {
 #include "ops.def"  #include "ops.def"
   
 const char *  const char *
 getopname(op_t op) {  getopname(op_t op)
   {
         return imods[op].m.m_name;          return imods[op].m.m_name;
 }  }
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>