aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/queue.h')
-rw-r--r--gdb/common/queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/queue.h b/gdb/common/queue.h
index ed95ce7..3bc9c7e 100644
--- a/gdb/common/queue.h
+++ b/gdb/common/queue.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef QUEUE_H
-#define QUEUE_H
+#ifndef COMMON_QUEUE_H
+#define COMMON_QUEUE_H
/* These macros implement functions and structs for a general queue.
Macro 'DEFINE_QUEUE_P(TYPEDEF)' is to define the new queue type for
@@ -295,4 +295,4 @@ extern void \
queue_ ## TYPE ## _remove_elem (QUEUE (TYPE) *q, \
QUEUE_ITER (TYPE) *iter); \
-#endif /* QUEUE_H */
+#endif /* COMMON_QUEUE_H */