summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
committerPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
commit94ab1135a30827eeb9a422489656c363ed115eec (patch)
tree30e469b7fde9c7b682b643e291d3a8cba9605eba /util.h
parent502eebd33964a95cb8d9aa0dfed981679c30f7da (diff)
downloadyasm-94ab1135a30827eeb9a422489656c363ed115eec.tar.gz
Remove $Id$ and RCSID() usage.
These are useless now that we're using git.
Diffstat (limited to 'util.h')
-rw-r--r--util.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/util.h b/util.h
index 132cba1e..634aa328 100644
--- a/util.h
+++ b/util.h
@@ -1,4 +1,4 @@
-/* $Id$
+/*
* 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)