diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/sysdep_8h-source.html --- a/doc/doxygen/html/sysdep_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/sysdep_8h-source.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
00001 #ifndef __sysdep_h__ 00002 #define __sysdep_h__ 00003 @@ -38,15 +38,15 @@ 00017 00018 #else 00019 -00020 #define UNS16_LE(v) (v) +00020 #define UNS16_LE(v) (v) 00021 -00022 #define UNS32_LE(v) (v) +00022 #define UNS32_LE(v) (v) 00023 00024 #endif 00025 00026 #endif /* __sysdep_h__ */ 00027 -