PERFORCE change 145700 for review
Gabor Kovesdan
gabor at FreeBSD.org
Wed Jul 23 11:04:54 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=145700
Change 145700 by gabor at gabor_server on 2008/07/23 11:04:52
- Add a missing 'static' modifier
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/grep/file.c#23 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/grep/file.c#23 (text+ko) ====
@@ -57,7 +57,7 @@
static size_t lnbuflen;
static char binbuf[BUFSIZ * 4];
static int binbufsiz;
-char *binbufptr;
+static char *binbufptr;
static int bzerr;
#define iswbinary(ch) (!iswspace((ch)) && iswcntrl((ch)) && (ch != L'\b') && (ch != L'\0'))
More information about the p4-projects
mailing list