Gitweb links:
...log
http://git.netsurf-browser.org/libnsutils.git/shortlog/00b6216c95a5016b296bab775dfcc9406de2896b
...commit
http://git.netsurf-browser.org/libnsutils.git/commit/00b6216c95a5016b296bab775dfcc9406de2896b
...tree
http://git.netsurf-browser.org/libnsutils.git/tree/00b6216c95a5016b296bab775dfcc9406de2896b
The branch, chris/ndk32 has been created
at 00b6216c95a5016b296bab775dfcc9406de2896b (commit)
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libnsutils.git/commit/?id=00b6216c95a5016b296bab775dfcc9406de2896b
commit 00b6216c95a5016b296bab775dfcc9406de2896b
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Amiga: NDK3.2 needs this define
diff --git a/src/time.c b/src/time.c
index 69da504..7d3e548 100644
--- a/src/time.c
+++ b/src/time.c
@@ -27,6 +27,8 @@
#elif defined(__amiga)
#ifdef __amigaos4__
#define __USE_INLINE__ 1
+#else
+#define mc68000 1
#endif
#include <assert.h>
#include <proto/timer.h>
-----------------------------------------------------------------------
--
NetSurf generalised utility library
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]