diff options
author | Guido van Rossum <guido@python.org> | 1996-08-26 14:58:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-26 14:58:54 (GMT) |
commit | 6eea32622cca8f5190f6a229dc4299554d4a7ab6 (patch) | |
tree | e1c42be6402bc28efcfc5338a53fdb2993c10a4f /Python/thread_solaris.h | |
parent | e5920bc4c67ca8c12b3dd87b1047e144c2f3b3c3 (diff) | |
download | cpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.zip cpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.tar.gz cpython-6eea32622cca8f5190f6a229dc4299554d4a7ab6.tar.bz2 |
typo (#indef -> #undef)
Diffstat (limited to 'Python/thread_solaris.h')
-rw-r--r-- | Python/thread_solaris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 6a9c59e..f7fd056 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.h @@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <stdio.h> #include <unistd.h> #include </usr/include/thread.h> -#indef _POSIX_THREADS +#undef _POSIX_THREADS /* |