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

Unified Diff: gdb/common/vec.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months 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
« no previous file with comments | « gdb/common/signals.c ('k') | gdb/common/vec.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/common/vec.h
diff --git a/gdb/vec.h b/gdb/common/vec.h
similarity index 99%
rename from gdb/vec.h
rename to gdb/common/vec.h
index 7ec27a1931bfb2c7a01fa515b880702ae8906123..fa15370dd9be496c4e369fa0e1ce1424f07cd937 100644
--- a/gdb/vec.h
+++ b/gdb/common/vec.h
@@ -21,8 +21,11 @@
#define GDB_VEC_H
#include <stddef.h>
+
+#ifndef GDBSERVER
#include "gdb_string.h"
#include "gdb_assert.h"
+#endif
/* The macros here implement a set of templated vector types and
associated interfaces. These templates are implemented with
« no previous file with comments | « gdb/common/signals.c ('k') | gdb/common/vec.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698