diff options
author | Guido van Rossum <guido@python.org> | 1992-05-06 11:38:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-05-06 11:38:11 (GMT) |
commit | e238829359755627b414116ba52650324cbd7289 (patch) | |
tree | 92b0568804f923951d9927ed962db8491d11c3cb /Lib/plat-irix5 | |
parent | 509d24aac317f91f54ac60fabfd674499d581e95 (diff) | |
download | cpython-e238829359755627b414116ba52650324cbd7289.zip cpython-e238829359755627b414116ba52650324cbd7289.tar.gz cpython-e238829359755627b414116ba52650324cbd7289.tar.bz2 |
Add CDDA_DATASIZE to exported constants
Diffstat (limited to 'Lib/plat-irix5')
-rwxr-xr-x | Lib/plat-irix5/CD.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py index 9dee8a1..ad56561 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) |