diff options
author | Barry Warsaw <barry@python.org> | 2010-09-03 18:30:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-09-03 18:30:30 (GMT) |
commit | 35f3a2cbeb5a2aabeb83d5e451e9560fcd288029 (patch) | |
tree | 3f64b1e1112301942579512e5f8de4e3f2f983c5 /pyconfig.h.in | |
parent | e4ea994f20a7fb1d505fca48295a196645dce9b6 (diff) | |
download | cpython-35f3a2cbeb5a2aabeb83d5e451e9560fcd288029.zip cpython-35f3a2cbeb5a2aabeb83d5e451e9560fcd288029.tar.gz cpython-35f3a2cbeb5a2aabeb83d5e451e9560fcd288029.tar.bz2 |
PEP 3149 is accepted.
http://mail.python.org/pipermail/python-dev/2010-September/103408.html
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 27e77b6..e21ae0c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1040,7 +1040,7 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Define to 0 if you don't want to use computed gotos in ceval.c. */ +/* Define if you want to use computed gotos in ceval.c. */ #undef USE_COMPUTED_GOTOS /* Define if the compiler supports the inline keyword */ |