From: Brian Norris Date: Thu, 5 Apr 2012 02:12:19 +0000 (-0700) Subject: common: rename "CONFIG" to "COMMON" X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=27c08567bf014b7bf62acdfe38934b2f0ea7bc01;p=cdsspec-compiler.git common: rename "CONFIG" to "COMMON" --- diff --git a/common.h b/common.h index 79f42eb..19409c8 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ -#ifndef __CONFIG_H__ -#define __CONFIG_H__ +#ifndef __COMMON_H__ +#define __COMMON_H__ #include @@ -13,4 +13,4 @@ #define DBG() #endif -#endif /* __CONFIG_H__ */ +#endif /* __COMMON_H__ */