netscape-revival
lib/libi18n/tab.h
/* Copyright (c) CCL/ITRI 1990,1991 */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF CCL/ITRI */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#define B5MAX 67
#define CNSMAX 67
#ifndef _TABSTRUCT
#define _TABSTRUCT
struct code {
int boundary;
int diff;
};
#endif