Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/yasm/patched-yasm/util.h

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/yasm/patched-yasm/tools/re2c/Makefile.inc ('k') | third_party/yasm/patched-yasm/x86insn_gas.gperf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698