commit | dabb11b2a24ba79e3f6606829e29306e6ef518e9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 11 15:04:27 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 11 15:04:27 1994 +0000 |
tree | 5cfd0224c74b6bc8dcab07de71eee22100293b5a | |
parent | 6b111b0aefc1b9a2ae22dc10bdba870e92123a1f [diff] [blame] |
add test for volatile
diff --git a/acconfig.h b/acconfig.h index 494dea2..a68c11c 100644 --- a/acconfig.h +++ b/acconfig.h
@@ -63,5 +63,8 @@ /* Define if you want to use the GNU readline library */ #undef WITH_READLINE +/* Define to empty if the keyword does not work. */ +#undef volatile + /* Leave that blank line there-- autoheader needs it! */