diff options
-rw-r--r-- | src/includes/constant.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/includes/constant.h b/src/includes/constant.h index 473ea6a2..f88d84f1 100644 --- a/src/includes/constant.h +++ b/src/includes/constant.h @@ -5,15 +5,15 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Fri Mar 30 12:03:14 2007 jofret -** Last update Fri Mar 30 12:03:48 2007 jofret +** Last update Mon Oct 22 17:23:08 2007 bruno ** ** Copyright INRIA 2007 */ -#ifndef _CONSTANT_H_ -#define _CONSTANT_H_ +#ifndef __CONSTANT_H__ +#define __CONSTANT_H__ #define PI 3.1415826535 -#endif /* !_CONSTANT_H_ */ +#endif /* !__CONSTANT_H__ */ |