Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d0845588
Kaydet (Commit)
d0845588
authored
Eki 24, 2012
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make _PyParser_TokenNames const
üst
5b02d688
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
token.h
Include/token.h
+1
-1
tokenizer.c
Parser/tokenizer.c
+1
-1
No files found.
Include/token.h
Dosyayı görüntüle @
d0845588
...
...
@@ -75,7 +75,7 @@ extern "C" {
#define ISEOF(x) ((x) == ENDMARKER)
PyAPI_DATA
(
char
*
)
_PyParser_TokenNames
[];
/* Token names */
PyAPI_DATA
(
c
onst
c
har
*
)
_PyParser_TokenNames
[];
/* Token names */
PyAPI_FUNC
(
int
)
PyToken_OneChar
(
int
);
PyAPI_FUNC
(
int
)
PyToken_TwoChars
(
int
,
int
);
PyAPI_FUNC
(
int
)
PyToken_ThreeChars
(
int
,
int
,
int
);
...
...
Parser/tokenizer.c
Dosyayı görüntüle @
d0845588
...
...
@@ -47,7 +47,7 @@ static void tok_backup(struct tok_state *tok, int c);
/* Token names */
char
*
_PyParser_TokenNames
[]
=
{
c
onst
c
har
*
_PyParser_TokenNames
[]
=
{
"ENDMARKER"
,
"NAME"
,
"NUMBER"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment