From 4eb65bcbc81b9fdeb9f74f44a10f90b0ba72f303 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 22 Oct 2007 15:29:03 +0000 Subject: define much more standard --- src/includes/constant.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 ** ** 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__ */ -- cgit