diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:06:22 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:06:22 +0000 |
commit | 2fa4d7d74644ce3cf4fc384e95609b5fc5644ee2 (patch) | |
tree | 05d7cd8fb2f86e3c12fea6a8d8169e72dd207d47 /Include/floatobject.h | |
parent | 3687e1d08f90e27deeb1c2ebde811048081ecd9e (diff) | |
download | cpython-2fa4d7d74644ce3cf4fc384e95609b5fc5644ee2.tar.gz |
Added 1995 copyright.
object.h: made sizes and refcnts signed ints.
stringobject.h: make getstrsize() signed int.
methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
Diffstat (limited to 'Include/floatobject.h')
-rw-r--r-- | Include/floatobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/floatobject.h b/Include/floatobject.h index f6999bd236..5e5a2f0218 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved |