[BACK]Return to compat_isblank.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/compat_isblank.c between version 1.1 and 1.2

version 1.1, 2015/03/19 14:57:29 version 1.2, 2015/10/06 18:32:19
Line 27  int
Line 27  int
 isblank(int c)  isblank(int c)
 {  {
   
         return(c == ' ' || c == '\t');          return c == ' ' || c == '\t';
 }  }
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb