PERFORCE change 149502 for review

Anselm Strauss strauss at FreeBSD.org
Tue Sep 9 23:24:32 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149502

Change 149502 by strauss at 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


More information about the p4-projects mailing list