Explorar el Código

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

Jan Janak hace 18 años
padre
commit
84da1a0cd8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 $
  */
 
-#ifndef _LIST_H
-#define	_LIST_H
+#ifndef _SER_LIST_H
+#define	_SER_LIST_H
 
 #include <sys/cdefs.h>