[BACK]Return to regexec.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/regexec.c between version 1.19 and 1.20

version 1.19, 2007/02/08 05:44:18 version 1.20, 2007/02/09 23:44:18
Line 93  __RCSID("$NetBSD$");
Line 93  __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(regexec,_regexec)  __weak_alias(regexec,_regexec)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>