[BACK]Return to regcomp.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / regex

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

Diff for /src/lib/libc/regex/regcomp.c between version 1.27 and 1.28

version 1.27, 2007/02/08 05:44:18 version 1.28, 2007/02/09 23:44:18
Line 86  __RCSID("$NetBSD$");
Line 86  __RCSID("$NetBSD$");
 #include <assert.h>  #include <assert.h>
 #include <ctype.h>  #include <ctype.h>
 #include <limits.h>  #include <limits.h>
 #include <regex.h>  
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <regex.h>
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(regcomp,_regcomp)  __weak_alias(regcomp,_regcomp)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>