rename include guards

This commit is contained in:
Yuichi Nishiwaki 2014-01-23 16:47:13 +09:00
parent 95c5361197
commit b1ccc54151
13 changed files with 26 additions and 26 deletions

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef BLOB_H__
#define BLOB_H__
#ifndef PICRIN_BLOB_H__
#define PICRIN_BLOB_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef CONT_H__
#define CONT_H__
#ifndef PICRIN_CONT_H__
#define PICRIN_CONT_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef ERROR_H__
#define ERROR_H__
#ifndef PICRIN_ERROR_H__
#define PICRIN_ERROR_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef GC_H__
#define GC_H__
#ifndef PICRIN_GC_H__
#define PICRIN_GC_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef IREP_H__
#define IREP_H__
#ifndef PICRIN_IREP_H__
#define PICRIN_IREP_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef LIB_H__
#define LIB_H__
#ifndef PICRIN_LIB_H__
#define PICRIN_LIB_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef MACRO_H__
#define MACRO_H__
#ifndef PICRIN_MACRO_H__
#define PICRIN_MACRO_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef PAIR_H__
#define PAIR_H__
#ifndef PICRIN_PAIR_H__
#define PICRIN_PAIR_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef PARSE_H__
#define PARSE_H__
#ifndef PICRIN_PARSE_H__
#define PICRIN_PARSE_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef PORT_H__
#define PORT_H__
#ifndef PICRIN_PORT_H__
#define PICRIN_PORT_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef PROC_H__
#define PROC_H__
#ifndef PICRIN_PROC_H__
#define PICRIN_PROC_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef VALUE_H__
#define VALUE_H__
#ifndef PICRIN_VALUE_H__
#define PICRIN_VALUE_H__
#if defined(__cplusplus)
extern "C" {

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef VAR_H__
#define VAR_H__
#ifndef PICRIN_VAR_H__
#define PICRIN_VAR_H__
#if defined(__cplusplus)
extern "C" {