search for: internal_state

Displaying 5 results from an estimated 5 matches for "internal_state".

Did you mean: internal_date
2004 Mar 07
1
[LLVMdev] Compile Warnings?
...ated from CVS and am now getting some warnings while building LLVM: Linking z bytecode library WARNING: Type conflict between types named 'struct.z_stream_s'. Src=' %struct.z_stream_s'. Dest=' %struct.z_stream_s' WARNING: Type conflict between types named 'struct.internal_state'. Src=' %struct.internal_state'. Dest=' %struct.internal_state' WARNING: Type conflict between types named 'struct.z_stream_s'. Src=' %struct.z_stream_s'. Dest=' %struct.z_stream_s' WARNING: Type conflict between types named 'struct.inte...
2008 Dec 01
0
Fw: rsync-3.0.4 install problem on z/OS USS
...all! I would like to install rsync-3.0.4 on z/OS 1.9 USS. Make produce a lot off errors: cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c options.c -o options.o ERROR CCN3277 ./zlib/zlib.h:92 Syntax error: possible missing ';' or ','? ERROR CCN3007 ./zlib/zlib.h:92 "struct internal_state" is undefined. ERROR CCN3166 ./zlib/zlib.h:103 Definition of function FAR requires parenthese s. ERROR CCN3276 ./zlib/zlib.h:103 Syntax error: possible missing '{'? ERROR CCN3273 ./zlib/zlib.h:124 Missing type in declaration of gz_header. ERROR CCN3166 ./zlib/zlib.h:126...
2014 Oct 11
4
[LLVMdev] Optimization hints for "constant" loads
On 09/28/2014 01:22 AM, Hal Finkel wrote: > ----- Original Message ----- >> From: "Philip Reames" <listmail at philipreames.com> >> To: llvmdev at cs.uiuc.edu >> Cc: "Hal Finkel" <hfinkel at anl.gov>, nicholas at mxc.ca >> Sent: Wednesday, September 10, 2014 12:11:28 AM >> Subject: Optimization hints for "constant" loads
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...ateInit2_ OF((z_streamp strm, int windowBits, + const char *version, int stream_size)); #define deflateInit(strm, level) \ deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) #define inflateInit(strm) \ @@ -878,9 +883,9 @@ struct internal_state {int dummy;}; /* hack for buggy compilers */ #endif -extern const char * ZEXPORT zError OF((int err)); -extern int ZEXPORT inflateSyncPoint OF((z_streamp z)); -extern const uLongf * ZEXPORT get_crc_table OF((void)); +ZEXTERN const char * ZEXPORT zError OF((i...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address