Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 18:24:33 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318184 - head/graphics/xaos/files
Message-ID:  <201305141824.r4EIOXjK038120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Tue May 14 18:24:33 2013
New Revision: 318184
URL: http://svnweb.freebsd.org/changeset/ports/318184

Log:
  Reconcile declarations and definitions of a few static functions
  to make compilable by the newer compilers (gcc47, gcc48).
  
  Approved by:	maintainer

Added:
  head/graphics/xaos/files/patch-registers   (contents, props changed)

Added: head/graphics/xaos/files/patch-registers
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/xaos/files/patch-registers	Tue May 14 18:24:33 2013	(r318184)
@@ -0,0 +1,18 @@
+--- src/engine/zoomd.c	2009-07-17 19:50:31.000000000 -0400
++++ src/engine/zoomd.c	2013-05-13 15:15:44.000000000 -0400
+@@ -281,5 +281,5 @@
+ #undef bpp1
+ 
+-static INLINE void fillline(int line)
++static INLINE REGISTERS(0) void fillline(int line)
+ {
+     register unsigned char *RESTRICT vbuff = cimage.currlines[line];
+--- src/engine/zoom.c	2013-05-13 15:12:54.000000000 -0400
++++ src/engine/zoom.c	2013-05-13 15:18:23.000000000 -0400
+@@ -934,5 +934,5 @@
+ 
+ #ifndef USE_i386ASM
+-static /*INLINE */ void
++static REGISTERS(0) void
+ moveoldpoints(void /*@unused@ */ *data1,
+ 	      struct taskinfo /*@unused@ */ *task,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305141824.r4EIOXjK038120>