diff options
author | Guido van Rossum <guido@python.org> | 1994-08-01 11:34:53 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-01 11:34:53 +0000 |
commit | 31bcad2a833517df724fc6ca8335190170174b8f (patch) | |
tree | 4467846eced619192a031837d76b2186f28a395f /Include/longobject.h | |
parent | c660f7fcd25eb9d5c9ce72899c5f4a66141136d8 (diff) | |
download | cpython-31bcad2a833517df724fc6ca8335190170174b8f.tar.gz |
Merge alpha100 branch back to main trunk
Diffstat (limited to 'Include/longobject.h')
-rw-r--r-- | Include/longobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index 1b048fd691..ce2cd0b8ee 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -5,7 +5,7 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum, +Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved @@ -42,6 +42,7 @@ extern long getlongvalue PROTO((object *)); extern double dgetlongvalue PROTO((object *)); object *long_scan PROTO((char *, int)); +object *long_escan PROTO((char *, char **, int)); #ifdef __cplusplus } |