--- fracsubr.c.orig Tue Sep 7 00:38:10 1999 +++ fracsubr.c Sun Dec 7 11:55:41 2003 @@ -4,11 +4,9 @@ */ #ifndef XFRACT -#include #include -#else -#include #endif +#include #include #include /* see Fractint.c for a description of the "include" hierarchy */ @@ -1050,27 +1048,14 @@ */ -#ifndef XFRACT int put_resume(int len, ...) -#else -int put_resume(va_alist) -va_dcl -#endif { va_list arg_marker; /* variable arg list */ BYTE *source_ptr; -#ifdef XFRACT - int len; -#endif if (resume_info == 0) return(-1); -#ifndef XFRACT va_start(arg_marker,len); -#else - va_start(arg_marker); - len = va_arg(arg_marker,int); -#endif while (len) { source_ptr = (BYTE *)va_arg(arg_marker,char *); @@ -1101,27 +1086,14 @@ return(0); } -#ifndef XFRACT int get_resume(int len, ...) -#else -int get_resume(va_alist) -va_dcl -#endif { va_list arg_marker; /* variable arg list */ BYTE *dest_ptr; -#ifdef XFRACT - int len; -#endif if (resume_info == 0) return(-1); -#ifndef XFRACT va_start(arg_marker,len); -#else - va_start(arg_marker); - len = va_arg(arg_marker,int); -#endif while (len) { dest_ptr = (BYTE *)va_arg(arg_marker,char *); abb6409e'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistantoine2014-11-231-2/+0
|
* - Convert ports of mail/ to new USES=pythonmva2014-10-221-2/+2
| | | | Approved by: portmgr (implicit)
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* Stagify, add INSTALLS_EGGINFO, bump version.vanilla2014-07-102-6/+5
|
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-041-1/+1
| | | | | | pending PR (related to stage) With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | mail)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|