Browse Source

- _LIST_H changed to _SER_LIST_H to avoid conflicts with headers from
the STL library

Jan Janak 18 năm trước cách đây
mục cha
commit
84da1a0cd8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      list.h

+ 2 - 2
list.h

@@ -30,8 +30,8 @@
  * $FreeBSD: /repoman/r/ncvs/src/sys/sys/queue.h,v 1.68 2006/10/24 11:20:29 ru Exp $
  * $FreeBSD: /repoman/r/ncvs/src/sys/sys/queue.h,v 1.68 2006/10/24 11:20:29 ru Exp $
  */
  */
 
 
-#ifndef _LIST_H
-#define	_LIST_H
+#ifndef _SER_LIST_H
+#define	_SER_LIST_H
 
 
 #include <sys/cdefs.h>
 #include <sys/cdefs.h>