mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)
* Makefile: removed superfluous AR=ar, fixed misleading comment. * ceval.c: fixed debugging code; save/restore errors in locals_2_fast. * intrcheck.c: for SunOS etc., turn off syscall resumption. * regexpr.h: bump number of registers to 100.
This commit is contained in:
parent
8a0c3456c2
commit
acbe8da4f8
3 changed files with 24 additions and 6 deletions
|
@ -24,7 +24,7 @@ Last modified: Mon Nov 4 15:49:46 1991 ylo
|
|||
#define HAVE_PROTOTYPES
|
||||
#endif
|
||||
|
||||
#define RE_NREGS 10 /* number of registers available */
|
||||
#define RE_NREGS 100 /* number of registers available */
|
||||
|
||||
typedef struct re_pattern_buffer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue