| Index: third_party/yasm/patched-yasm/util.h
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/util.h (revision 165590)
|
| +++ third_party/yasm/patched-yasm/util.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -/* $Id: util.h 2273 2010-01-13 04:44:28Z peter $
|
| +/*
|
| * YASM utility functions.
|
| *
|
| * Includes standard headers and defines prototypes for replacement functions
|
| @@ -119,18 +119,6 @@
|
|
|
| #include <libyasm/compat-queue.h>
|
|
|
| -#ifdef HAVE_SYS_CDEFS_H
|
| -# include <sys/cdefs.h>
|
| -#endif
|
| -
|
| -#ifdef __RCSID
|
| -# define RCSID(s) __RCSID(s)
|
| -#elif defined(__GNUC__) && defined(__ELF__)
|
| -# define RCSID(s) __asm__(".ident\t\"" s "\"")
|
| -#else
|
| -# define RCSID(s) static const char rcsid[] = s
|
| -#endif
|
| -
|
| #ifdef WITH_DMALLOC
|
| # include <dmalloc.h>
|
| # define yasm__xstrdup(str) xstrdup(str)
|
|
|