/[bison]/bison/src/system.h
ViewVC logotype

Diff of /bison/src/system.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by akim, Sun Dec 30 21:06:22 2001 UTC revision 1.35 by akim, Tue Jan 8 17:27:46 2002 UTC
# Line 117  size_t strnlen PARAMS ((const char *s, s Line 117  size_t strnlen PARAMS ((const char *s, s
117  #endif  #endif
118    
119  #if !HAVE_DECL_MEMCHR  #if !HAVE_DECL_MEMCHR
120  void *memchr(const void *s, int c, size_t n);  void *memchr PARAMS ((const void *s, int c, size_t n));
121    #endif
122    
123    #if !HAVE_DECL_MEMRCHR
124    void *memrchr PARAMS ((const void *s, int c, size_t n));
125  #endif  #endif
126    
127    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26