Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sort alltable[], itable[], dtable[] were moved to in...
details: https://anonhg.NetBSD.org/src/rev/2d716d1d96a9
branches: trunk
changeset: 502161:2d716d1d96a9
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Jan 12 19:41:13 2001 +0000
description:
alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch]
put extern declaration for gweights[] to sort.h
diffstat:
usr.bin/sort/sort.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 79da02aa4678 -r 2d716d1d96a9 usr.bin/sort/sort.h
--- a/usr.bin/sort/sort.h Fri Jan 12 19:41:12 2001 +0000
+++ b/usr.bin/sort/sort.h Fri Jan 12 19:41:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sort.h,v 1.8 2001/01/11 14:05:24 jdolecek Exp $ */
+/* $NetBSD: sort.h,v 1.9 2001/01/12 19:41:13 jdolecek Exp $ */
/*-
* Copyright (c) 1993
@@ -141,11 +141,11 @@
extern int PANIC; /* maximum depth of fsort before fmerge is called */
extern u_char ascii[NBINS], Rascii[NBINS], Ftable[NBINS], RFtable[NBINS];
-extern u_char alltable[NBINS], dtable[NBINS], itable[NBINS];
extern u_char d_mask[NBINS];
extern int SINGL_FLD, SEP_FLAG, UNIQUE;
extern int REC_D;
extern const char *tmpdir;
extern int stable_sort;
+extern u_char gweights[NBINS];
#include "extern.h"
Home |
Main Index |
Thread Index |
Old Index