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
9db23a8c
Kaydet (Commit)
9db23a8c
authored
Ock 27, 1992
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change prototypes decision.
üst
cb4eedde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
regexpr.h
Modules/regexpr.h
+8
-3
No files found.
Modules/regexpr.h
Dosyayı görüntüle @
9db23a8c
...
@@ -19,6 +19,11 @@ Last modified: Mon Nov 4 15:49:46 1991 ylo
...
@@ -19,6 +19,11 @@ Last modified: Mon Nov 4 15:49:46 1991 ylo
#ifndef REGEXPR_H
#ifndef REGEXPR_H
#define REGEXPR_H
#define REGEXPR_H
#if defined(__STDC__) || defined(THINK_C)
#undef HAVE_PROTOTYPES
#define HAVE_PROTOTYPES
#endif
#define RE_NREGS 10
/* number of registers available */
#define RE_NREGS 10
/* number of registers available */
typedef
struct
re_pattern_buffer
typedef
struct
re_pattern_buffer
...
@@ -56,7 +61,7 @@ typedef struct re_registers
...
@@ -56,7 +61,7 @@ typedef struct re_registers
#define RE_SYNTAX_GREP (RE_BK_PLUS_QM|RE_NEWLINE_OR)
#define RE_SYNTAX_GREP (RE_BK_PLUS_QM|RE_NEWLINE_OR)
#define RE_SYNTAX_EMACS 0
#define RE_SYNTAX_EMACS 0
#ifdef
__STDC__
#ifdef
HAVE_PROTOTYPES
int
re_set_syntax
(
int
syntax
);
int
re_set_syntax
(
int
syntax
);
/* This sets the syntax to use and returns the previous syntax. The
/* This sets the syntax to use and returns the previous syntax. The
...
@@ -116,7 +121,7 @@ int re_exec(char *s);
...
@@ -116,7 +121,7 @@ int re_exec(char *s);
matches the regular expression (that is, a matching part is found
matches the regular expression (that is, a matching part is found
anywhere in the string). */
anywhere in the string). */
#else
/*
__STDC__
*/
#else
/*
HAVE_PROTOTYPES
*/
int
re_set_syntax
();
int
re_set_syntax
();
char
*
re_compile_pattern
();
char
*
re_compile_pattern
();
...
@@ -128,7 +133,7 @@ void re_compile_fastmap();
...
@@ -128,7 +133,7 @@ void re_compile_fastmap();
char
*
re_comp
();
char
*
re_comp
();
int
re_exec
();
int
re_exec
();
#endif
/*
__STDC__
*/
#endif
/*
HAVE_PROTOTYPES
*/
#endif
/* REGEXPR_H */
#endif
/* REGEXPR_H */
...
...
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