Search
lxdream.org :: lxdream/src/tools/gendec.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/tools/gendec.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next948:545c85cc56f1
author nkeynes
date Thu Aug 07 23:32:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Unroll first iteration of the bounding loop in ta_commit_polygon - more to
remove the compiler warnings than for performance really.
file annotate diff log raw
1.1 --- a/src/tools/gendec.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/tools/gendec.h Thu Aug 07 23:32:34 2008 +0000
1.3 @@ -17,8 +17,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef gendec_H
1.8 -#define gendec_H
1.9 +#ifndef lxdream_gendec_H
1.10 +#define lxdream_gendec_H 1
1.11
1.12 #include <stdint.h>
1.13
1.14 @@ -82,4 +82,5 @@
1.15 #ifdef __cplusplus
1.16 }
1.17 #endif
1.18 -#endif
1.19 +
1.20 +#endif /* !lxdream_gendec_H */
.