diff options
author | jofret | 2007-10-22 15:29:03 +0000 |
---|---|---|
committer | jofret | 2007-10-22 15:29:03 +0000 |
commit | 4eb65bcbc81b9fdeb9f74f44a10f90b0ba72f303 (patch) | |
tree | 06696ab5eb144fbe634d96b547369d4ff66b3a10 /src | |
parent | 4156576b3b0e040d8564db7622826f22bd67bbe8 (diff) | |
download | scilab2c-4eb65bcbc81b9fdeb9f74f44a10f90b0ba72f303.tar.gz scilab2c-4eb65bcbc81b9fdeb9f74f44a10f90b0ba72f303.tar.bz2 scilab2c-4eb65bcbc81b9fdeb9f74f44a10f90b0ba72f303.zip |
define much more standard
Diffstat (limited to 'src')
-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__ */ |