aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index bdbd5f7..f9bf9c6 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -94,7 +94,7 @@ compilation is specified by a string called a "spec". */
/* On MSDOS, write temp files in current dir
because there's no place else we can expect to use. */
-#if __MSDOS__
+#ifdef __MSDOS__
#ifndef P_tmpdir
#define P_tmpdir "."
#endif