Deleted Added
full compact
hashtable.h (226035) hashtable.h (226261)
1/* $FreeBSD: head/usr.bin/grep/regex/hashtable.h 226035 2011-10-05 09:56:43Z gabor $ */
1/* $FreeBSD: stable/9/usr.bin/grep/regex/hashtable.h 226035 2011-10-05 09:56:43Z gabor $ */
2
3#ifndef HASHTABLE_H
4#define HASHTABLE_H 1
5
6#include <sys/types.h>
7
8#define HASH_OK 0
9#define HASH_UPDATED 1

--- 26 unchanged lines hidden ---
2
3#ifndef HASHTABLE_H
4#define HASHTABLE_H 1
5
6#include <sys/types.h>
7
8#define HASH_OK 0
9#define HASH_UPDATED 1

--- 26 unchanged lines hidden ---