From dc64e9fb4c7bdaa4ddac27375c2ad55abf779078 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 10 Aug 2012 02:18:21 +0200 Subject: [PATCH] src: Use _ALOBE_ prefix instead of mine for defines. --- src/config.h | 6 +++--- src/connexcomponent.h | 4 ++-- src/defi.h | 4 ++-- src/degree.h | 4 ++-- src/filter.h | 4 ++-- src/nodeset.h | 4 ++-- src/store.h | 4 ++-- src/units.h | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/config.h b/src/config.h index 378ca0b..56db287 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_CONFIG_H -#define _GYR_CONFIG_H +#ifndef _ALOBE_CONFIG_H +#define _ALOBE_CONFIG_H #include #include @@ -59,4 +59,4 @@ bool config_is_valid(Config_t * config); void config_usage(Config_t * config); void config_destroy(Config_t * config); -#endif // _GYR_CONFIG_H +#endif // _ALOBE_CONFIG_H diff --git a/src/connexcomponent.h b/src/connexcomponent.h index f3abb8c..c8f57ab 100644 --- a/src/connexcomponent.h +++ b/src/connexcomponent.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_CONNEX_COMPONENT_H -#define _GYR_CONNEX_COMPONENT_H +#ifndef _ALOBE_CONNEX_COMPONENT_H +#define _ALOBE_CONNEX_COMPONENT_H #include "nodeset.h" diff --git a/src/defi.h b/src/defi.h index 6e79c6d..945264f 100644 --- a/src/defi.h +++ b/src/defi.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_CONNEXITY_H -#define _GYR_CONNEXITY_H +#ifndef _ALOBE_CONNEXITY_H +#define _ALOBE_CONNEXITY_H #include #include diff --git a/src/degree.h b/src/degree.h index 1ef4b7e..bd8ef83 100644 --- a/src/degree.h +++ b/src/degree.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_DEGREE_H -#define _GYR_DEGREE_H +#ifndef _ALOBE_DEGREE_H +#define _ALOBE_DEGREE_H #include #include diff --git a/src/filter.h b/src/filter.h index fc3ebd0..f49b55d 100644 --- a/src/filter.h +++ b/src/filter.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_FILTER_H -#define _GYR_FILTER_H +#ifndef _ALOBE_FILTER_H +#define _ALOBE_FILTER_H #include #include diff --git a/src/nodeset.h b/src/nodeset.h index 7073d63..39568c5 100644 --- a/src/nodeset.h +++ b/src/nodeset.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_EDGESET_H -#define _GYR_EDGESET_H +#ifndef _ALOBE_EDGESET_H +#define _ALOBE_EDGESET_H #include #include diff --git a/src/store.h b/src/store.h index 250eebd..0f4d02b 100644 --- a/src/store.h +++ b/src/store.h @@ -1,7 +1,7 @@ /* vim: set sw=4 ts=4 si et: */ -#ifndef _GYR_STORE_H -#define _GYR_STORE_H +#ifndef _ALOBE_STORE_H +#define _ALOBE_STORE_H #include #include diff --git a/src/units.h b/src/units.h index 55e12fd..c42393d 100644 --- a/src/units.h +++ b/src/units.h @@ -1,5 +1,5 @@ -#ifndef _GYR_UNITS_H -#define _GYR_UNITS_H +#ifndef _ALOBE_UNITS_H +#define _ALOBE_UNITS_H #define bool short #define true 1