summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_token.h')
-rw-r--r--Include/internal/pycore_token.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/internal/pycore_token.h b/Include/internal/pycore_token.h
index 9c65cd8..571cd62 100644
--- a/Include/internal/pycore_token.h
+++ b/Include/internal/pycore_token.h
@@ -1,4 +1,4 @@
-/* Auto-generated by Tools/build/generate_token.py */
+// Auto-generated by Tools/build/generate_token.py
/* Token types */
#ifndef Py_INTERNAL_TOKEN_H
@@ -94,7 +94,7 @@ extern "C" {
(x) == FSTRING_MIDDLE)
-// Symbols exported for test_peg_generator
+// Export these 4 symbols for 'test_peg_generator'
PyAPI_DATA(const char * const) _PyParser_TokenNames[]; /* Token names */
PyAPI_FUNC(int) _PyToken_OneChar(int);
PyAPI_FUNC(int) _PyToken_TwoChars(int, int);