Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2008 23:24:31 GMT
From:      Anselm Strauss <strauss@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149502 for review
Message-ID:  <200809092324.m89NOVeK054097@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149502

Change 149502 by strauss@strauss_marvelman on 2008/09/09 23:23:52

	Inflate counterpart example.

Affected files ...

.. //depot/projects/soc2008/strauss_libarchive/misc/deflate/Makefile#3 edit
.. //depot/projects/soc2008/strauss_libarchive/misc/deflate/common.h#2 edit
.. //depot/projects/soc2008/strauss_libarchive/misc/deflate/inflate.c#1 add

Differences ...

==== //depot/projects/soc2008/strauss_libarchive/misc/deflate/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-PROGRAMS = deflate #inflate
+PROGRAMS = deflate inflate
 
 CC = gcc
 CFLAGS = -Wall -Werror -std=c99

==== //depot/projects/soc2008/strauss_libarchive/misc/deflate/common.h#2 (text+ko) ====

@@ -3,7 +3,7 @@
 
 #define CHUNK 8
 
-#define DEBUG
+//#define DEBUG
 #ifdef DEBUG
   #define debug(s) debug_msg(s);
 #else



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