Skip to content
Snippets Groups Projects
Commit e2095d47 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

make R__slide static.

git-svn-id: http://root.cern.ch/svn/root/trunk@8794 27541ba8-7e3a-0410-8455-c3a389f83636
parent b9623012
No related branches found
No related tags found
No related merge requests found
/* @(#)root/zip:$Name: $:$Id: ZInflate.c,v 1.1 2004/03/17 19:10:20 brun Exp $ */
/* @(#)root/zip:$Name: $:$Id: ZInflate.c,v 1.2 2004/04/15 11:53:54 brun Exp $ */
/* Author: */
#include <stdio.h>
#include <stdlib.h>
......@@ -297,7 +297,7 @@ int R__Inflate_free OF((void));
"uch *slide;" and then malloc'ed in the latter case. The definition
must be in unzip.h, included above. */
uch R__slide [32768];
static uch R__slide [32768];
static unsigned wp; /* current position in slide */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment