mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Jack Jansen: Use include "" instead of <>; and staticforward declarations
This commit is contained in:
parent
e8d2d6b34c
commit
4f4b799b33
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include <ucnhash.h>
|
||||
#include "ucnhash.h"
|
||||
|
||||
/*
|
||||
* The hash is produced using the algorithm described in
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
#define k_cKeys 10538
|
||||
|
||||
|
||||
static const unsigned short G[k_cHashElements];
|
||||
static const _Py_UnicodeCharacterName aucn[k_cKeys];
|
||||
staticforward const unsigned short G[k_cHashElements];
|
||||
staticforward const _Py_UnicodeCharacterName aucn[k_cKeys];
|
||||
|
||||
static long f1(const char *key, unsigned int cch)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue