Search
lxdream.org :: lxdream/src/dream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dream.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next1041:5fcc39857c5c
author nkeynes
date Wed Oct 29 23:51:58 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Use regparam calling conventions for all functions called from translated code,
along with a few other high-use functions. Can probably extend this to all functions,
but as it is this is a nice performance boost
file annotate diff log raw
1.1 --- a/src/dream.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/dream.h Wed Oct 29 23:51:58 2008 +0000
1.3 @@ -16,8 +16,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef dream_H
1.8 -#define dream_H 1
1.9 +#ifndef lxdream_dream_H
1.10 +#define lxdream_dream_H 1
1.11
1.12 #include <stdio.h>
1.13 #include <stdlib.h>
1.14 @@ -103,4 +103,4 @@
1.15 #ifdef __cplusplus
1.16 }
1.17 #endif
1.18 -#endif
1.19 +#endif /* !lxdream_dream_H */
.