[BACK]Return to pattern.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/pattern.c between version 1.8 and 1.9

version 1.8, 2015/11/09 16:39:13 version 1.9, 2015/11/21 13:29:12
Line 74 
Line 74 
 }  }
   
 /*  /*
  * Is a compiled pattern null?  
  */  
 int  
 is_null_pattern(void *pattern)  
 {  
         return (pattern == NULL);  
 }  
   
 /*  
  * Simple pattern matching function.   * Simple pattern matching function.
  * It supports no metacharacters like *, etc.   * It supports no metacharacters like *, etc.
  */   */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9