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

Unified Diff: third_party/sqlite/src/src/hash.h

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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
« no previous file with comments | « third_party/sqlite/src/src/global.c ('k') | third_party/sqlite/src/src/hash.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/hash.h
diff --git a/third_party/sqlite/src/src/hash.h b/third_party/sqlite/src/src/hash.h
index 6dfa4e035c26e0e5530f2cb09251a2a201339220..90540eda50ebcff1bd76c1f266cf29312b21d99d 100644
--- a/third_party/sqlite/src/src/hash.h
+++ b/third_party/sqlite/src/src/hash.h
@@ -12,8 +12,8 @@
** This is the header file for the generic hash-table implementation
** used in SQLite.
*/
-#ifndef _SQLITE_HASH_H_
-#define _SQLITE_HASH_H_
+#ifndef SQLITE_HASH_H
+#define SQLITE_HASH_H
/* Forward declarations of structures. */
typedef struct Hash Hash;
@@ -93,4 +93,4 @@ void sqlite3HashClear(Hash*);
*/
/* #define sqliteHashCount(H) ((H)->count) // NOT USED */
-#endif /* _SQLITE_HASH_H_ */
+#endif /* SQLITE_HASH_H */
« no previous file with comments | « third_party/sqlite/src/src/global.c ('k') | third_party/sqlite/src/src/hash.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698