Fix header guard, courtesy of clang.
This commit is contained in:
parent
bbc8e76ede
commit
5f5c1f0096
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: citrus_csmapper.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */
|
||||
/* $NetBSD: citrus_csmapper.h,v 1.3 2013/06/24 17:28:35 joerg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c)2003 Citrus Project,
|
||||
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _CITRUS_CSMAPPER_H_
|
||||
#define _CITRUS_CSMAPPER_H
|
||||
#define _CITRUS_CSMAPPER_H_
|
||||
|
||||
#define _citrus_csmapper _citrus_mapper
|
||||
#define _citrus_csmapper_close _citrus_mapper_close
|
||||
|
|
Loading…
Reference in New Issue