src: Use _ALOBE_ prefix instead of mine for defines.
This commit is contained in:
parent
22a5acbaf0
commit
dc64e9fb4c
8 changed files with 17 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_CONFIG_H
|
#ifndef _ALOBE_CONFIG_H
|
||||||
#define _GYR_CONFIG_H
|
#define _ALOBE_CONFIG_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -59,4 +59,4 @@ bool config_is_valid(Config_t * config);
|
||||||
void config_usage(Config_t * config);
|
void config_usage(Config_t * config);
|
||||||
void config_destroy(Config_t * config);
|
void config_destroy(Config_t * config);
|
||||||
|
|
||||||
#endif // _GYR_CONFIG_H
|
#endif // _ALOBE_CONFIG_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_CONNEX_COMPONENT_H
|
#ifndef _ALOBE_CONNEX_COMPONENT_H
|
||||||
#define _GYR_CONNEX_COMPONENT_H
|
#define _ALOBE_CONNEX_COMPONENT_H
|
||||||
|
|
||||||
#include "nodeset.h"
|
#include "nodeset.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_CONNEXITY_H
|
#ifndef _ALOBE_CONNEXITY_H
|
||||||
#define _GYR_CONNEXITY_H
|
#define _ALOBE_CONNEXITY_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_DEGREE_H
|
#ifndef _ALOBE_DEGREE_H
|
||||||
#define _GYR_DEGREE_H
|
#define _ALOBE_DEGREE_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_FILTER_H
|
#ifndef _ALOBE_FILTER_H
|
||||||
#define _GYR_FILTER_H
|
#define _ALOBE_FILTER_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_EDGESET_H
|
#ifndef _ALOBE_EDGESET_H
|
||||||
#define _GYR_EDGESET_H
|
#define _ALOBE_EDGESET_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* vim: set sw=4 ts=4 si et: */
|
/* vim: set sw=4 ts=4 si et: */
|
||||||
|
|
||||||
#ifndef _GYR_STORE_H
|
#ifndef _ALOBE_STORE_H
|
||||||
#define _GYR_STORE_H
|
#define _ALOBE_STORE_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _GYR_UNITS_H
|
#ifndef _ALOBE_UNITS_H
|
||||||
#define _GYR_UNITS_H
|
#define _ALOBE_UNITS_H
|
||||||
|
|
||||||
#define bool short
|
#define bool short
|
||||||
#define true 1
|
#define true 1
|
||||||
|
|
Loading…
Reference in a new issue