mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-11 03:03:48 +00:00
Remove .internal from more header filenames
This commit is contained in:
parent
c265c17d54
commit
31194165d2
734 changed files with 779 additions and 778 deletions
2
third_party/python/Include/pyctype.h
vendored
2
third_party/python/Include/pyctype.h
vendored
|
@ -1,7 +1,7 @@
|
|||
#ifndef Py_LIMITED_API
|
||||
#ifndef PYCTYPE_H
|
||||
#define PYCTYPE_H
|
||||
#include "libc/str/tab.internal.h"
|
||||
#include "libc/str/tab.h"
|
||||
|
||||
#define Py_TOLOWER(c) kToLower[255 & (c)]
|
||||
#define Py_TOUPPER(c) kToUpper[255 & (c)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue