From: Guido van Rossum Date: Wed, 6 May 1992 11:38:11 +0000 (+0000) Subject: Add CDDA_DATASIZE to exported constants X-Git-Tag: v0.9.8~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e238829359755627b414116ba52650324cbd7289;p=thirdparty%2FPython%2Fcpython.git Add CDDA_DATASIZE to exported constants --- diff --git a/Lib/irix5/CD.py b/Lib/irix5/CD.py index 9dee8a183625..ad56561235ef 100755 --- a/Lib/irix5/CD.py +++ b/Lib/irix5/CD.py @@ -14,7 +14,8 @@ CATALOG = 5 IDENT = 6 CONTROL = 7 -##CDDA_DATASIZE = 2352 +CDDA_DATASIZE = 2352 + ##CDDA_SUBCODESIZE = (sizeof(struct subcodeQ)) ##CDDA_BLOCKSIZE = (sizeof(struct cdframe)) ##CDDA_NUMSAMPLES = (CDDA_DATASIZE/2) diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py index 9dee8a183625..ad56561235ef 100755 --- a/Lib/plat-irix5/CD.py +++ b/Lib/plat-irix5/CD.py @@ -14,7 +14,8 @@ CATALOG = 5 IDENT = 6 CONTROL = 7 -##CDDA_DATASIZE = 2352 +CDDA_DATASIZE = 2352 + ##CDDA_SUBCODESIZE = (sizeof(struct subcodeQ)) ##CDDA_BLOCKSIZE = (sizeof(struct cdframe)) ##CDDA_NUMSAMPLES = (CDDA_DATASIZE/2)