Unifiy the comments of preprocessor conditionals

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2016-04-18 17:09:15 +02:00
parent df1e428c71
commit 3a8d3b3bcc
56 changed files with 165 additions and 165 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
#ifdef __cplusplus
extern "C"
{
#endif /* !__cplusplus */
#endif /* __cplusplus */
// General Constants
@@ -78,5 +78,5 @@ double fmod (double, double);
#ifdef __cplusplus
}
#endif /* !__cplusplus */
#endif /* __cplusplus */
#endif /* !JERRY_LIBM_MATH_H */
+2 -2
View File
@@ -42,10 +42,10 @@
#ifdef __LITTLE_ENDIAN
#define __HI(x) *(1 + (int *) &x)
#define __LO(x) *(int *) &x
#else
#else /* !__LITTLE_ENDIAN */
#define __HI(x) *(int *) &x
#define __LO(x) *(1 + (int *) &x)
#endif
#endif /* __LITTLE_ENDIAN */
/*
* ANSI/POSIX