diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 275:4310ab395dbe

Keep low_depth in float 32bits (w/o rounding) for a better stability.
author JeanDo
date Mon, 18 Apr 2011 00:10:44 +0200
parents d995e220ddac
children 17aab4ca0547
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h	Sun Apr 17 17:57:44 2011 +0200
+++ b/code_part1/OSTC_code_c_part2/shared_definitions.h	Mon Apr 18 00:10:44 2011 +0200
@@ -46,7 +46,7 @@
 #ifdef __18CXX
     //------------------------------------------------------------------------
     // C-style declarations:
-#   ifdef TEST_MAIN
+#   ifndef TEST_MAIN
 #       define VAR_UCHAR(n)      extern unsigned  char n
 #       define TAB_UCHAR(n,size) extern unsigned  char n[size]
 #       define VAR_UINT(n)       extern unsigned short n