<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./advance/blit/blit.c.orig	2004-12-19 01:01:46.039956536 -0500
+++ ./advance/blit/blit.c	2004-12-19 01:01:19.566981040 -0500
@@ -28,6 +28,10 @@
  * do so, delete this exception statement from your version.
  */
 
+#if defined(USE_ASM_INLINE) &amp;&amp; defined(__PIC__)
+# undef USE_ASM_INLINE
+#endif
+
 #include "portable.h"
 
 #include "blit.h"
</pre></body></html>