aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-25 22:41:29 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-01-25 22:41:29 +0000
commitfc03a94aaccc9ae606ee3438ca21d65a335d43e9 (patch)
tree7aed4887ec4fa6679d1a9baaeb4e2bd5a6c43ece /Modules/expat/ascii.h
parentPart II of Python2.3 update (diff)
downloadcpython-fc03a94aaccc9ae606ee3438ca21d65a335d43e9.tar.gz
cpython-fc03a94aaccc9ae606ee3438ca21d65a335d43e9.tar.bz2
cpython-fc03a94aaccc9ae606ee3438ca21d65a335d43e9.zip
Incorporate Expat 1.95.6.
Diffstat (limited to 'Modules/expat/ascii.h')
-rw-r--r--Modules/expat/ascii.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/expat/ascii.h b/Modules/expat/ascii.h
index 6376b1f311b..337e5bb7ea0 100644
--- a/Modules/expat/ascii.h
+++ b/Modules/expat/ascii.h
@@ -1,6 +1,5 @@
-/*
-Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
-See the file COPYING for copying permission.
+/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+ See the file COPYING for copying permission.
*/
#define ASCII_A 0x41
@@ -69,7 +68,7 @@ See the file COPYING for copying permission.
#define ASCII_9 0x39
#define ASCII_TAB 0x09
-#define ASCII_SPACE 0x20
+#define ASCII_SPACE 0x20
#define ASCII_EXCL 0x21
#define ASCII_QUOT 0x22
#define ASCII_AMP 0x26