[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/extern.h between version 1.52 and 1.53

version 1.52, 2012/04/12 17:00:11 version 1.53, 2014/04/28 12:34:11
Line 102 
Line 102 
 extern void     pbunsigned(unsigned long);  extern void     pbunsigned(unsigned long);
 extern void     pbstr(const char *);  extern void     pbstr(const char *);
 extern void     pushback(int);  extern void     pushback(int);
 extern void     *xalloc(size_t, const char *fmt, ...);  extern void     *xalloc(size_t, const char *, ...);
 extern void     *xrealloc(void *, size_t, const char *fmt, ...);  extern void     *xallocarray(size_t, size_t, const char *, ...);
   extern void     *xrealloc(void *, size_t, const char *, ...);
   extern void     *xreallocarray(void *, size_t, size_t, const char *, ...);
 extern char     *xstrdup(const char *);  extern char     *xstrdup(const char *);
 extern void     usage(void);  extern void     usage(void);
 extern void     resizedivs(int);  extern void     resizedivs(int);

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53