Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 939:6f2302afeb89
prev909:b4a21af8ce8c
next1024:c67f2d61ab97
author nkeynes
date Wed Feb 25 09:00:05 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Argh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
I think that's everything now...
file annotate diff log raw
1.1 --- a/src/lxdream.h Thu Oct 30 23:56:59 2008 +0000
1.2 +++ b/src/lxdream.h Wed Feb 25 09:00:05 2009 +0000
1.3 @@ -92,7 +92,7 @@
1.4 const char *get_locale_path();
1.5
1.6 #ifdef HAVE_FASTCALL
1.7 -#define FASTCALL __attribute__((regparm(3)))
1.8 +#define FASTCALL __attribute__((regparm(2)))
1.9 #else
1.10 #define FASTCALL
1.11 #endif
.