aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-18 09:59:11 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-18 09:59:11 +1000
commit461b0bf0910f061ee7871f0c9902981f9c1023d6 (patch)
tree157e941b12ebb433f24f063275ed9a947350a0b6 /src
parent45174c40929943ce767296e3a6f703d67dd985a7 (diff)
downloaduGFX-461b0bf0910f061ee7871f0c9902981f9c1023d6.tar.gz
uGFX-461b0bf0910f061ee7871f0c9902981f9c1023d6.tar.bz2
uGFX-461b0bf0910f061ee7871f0c9902981f9c1023d6.zip
More compiler specific stuff
Diffstat (limited to 'src')
-rw-r--r--src/gmisc/gmisc.h2
-rw-r--r--src/gwin/gwin_class.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/gmisc/gmisc.h b/src/gmisc/gmisc.h
index ebef8156..09fce40f 100644
--- a/src/gmisc/gmisc.h
+++ b/src/gmisc/gmisc.h
@@ -76,7 +76,7 @@ typedef int32_t fixed;
* @brief The famous number pi
*/
#ifndef PI
-#define PI 3.1415926535897932384626433832795028841971693993751
+ #define PI 3.1415926535897932384626433832795028841971693993751
#endif
/**
diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h
index 041c9152..f2aa4df0 100644
--- a/src/gwin/gwin_class.h
+++ b/src/gwin/gwin_class.h
@@ -23,10 +23,6 @@
#if GFX_USE_GWIN || defined(__DOXYGEN__)
-#if GFX_COMPILER == GFX_COMPILER_KEIL
- #pragma anon_unions
-#endif
-
/**
* @brief The predefined flags for a Window
* @{