diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-12-01 20:09:00 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-12-01 20:09:00 +0000 |
commit | 6e83bb87eadb11b2b67b23ffbacd2ec3a326ee32 (patch) | |
tree | e17a71cb5184f0897c4005caae8d92dd9c7e1c75 /games/atc/def.h | |
parent | bc22af40ab8aed343e17088ec2d10c3f04f3198e (diff) |
Remove useless #ifndef in atc(6) and pom(6).
M_PI is always defined, so we can drop those directives.
OK deraadt@, millert@
Diffstat (limited to 'games/atc/def.h')
-rw-r--r-- | games/atc/def.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/atc/def.h b/games/atc/def.h index 47dab464ba5..ad95a3d7dc9 100644 --- a/games/atc/def.h +++ b/games/atc/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.5 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: def.h,v 1.6 2016/12/01 20:08:59 fcambus Exp $ */ /* $NetBSD: def.h,v 1.3 1995/03/21 15:03:47 cgd Exp $ */ /*- @@ -46,10 +46,6 @@ #define AUTHOR_STR "ATC - by Ed James" -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - #define LOWFUEL 15 #define REALLOC 10 |