Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/hash.h

Issue 10804012: Add native Windows binary for gperf. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/hash.h
===================================================================
--- gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/hash.h (revision 0)
+++ gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/hash.h (revision 0)
@@ -0,0 +1,15 @@
+// This may look like C code, but it is really -*- C++ -*-
+
+/*
+Copyright (C) 1988, 1992, 2000, 2002 Free Software Foundation
+ written by Doug Lea <dl@rocky.oswego.edu>
+*/
+
+#ifndef _hash_h
+#define _hash_h 1
+
+/* a hash function for char[] arrays using the
+ method described in Aho, Sethi, & Ullman, p 436. */
+extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
+
+#endif
Property changes on: gperf\src\gperf\3.0.1\gperf-3.0.1-src\lib\hash.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/getopt1.c ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1-src/lib/hash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698