Clean up pref.h.orig and deal with the consequences.
[pspp] / src / command.c
index f86ef55c2be76f5fc351ff84b06a3ffb5de13732..f4c76c33b32bde5d8cb9ed67f1cafad17c8ed5a3 100644 (file)
@@ -601,7 +601,7 @@ cmd_erase (void)
   return CMD_SUCCESS;
 }
 
-#if unix
+#ifdef unix
 /* Spawn a shell process. */
 static int
 shell (void)
@@ -713,7 +713,7 @@ cmd_host (void)
   
   lex_match_id ("HOST");
 
-#if unix
+#ifdef unix
   /* Figure out whether to invoke an interactive shell or to execute a
      single shell command. */
   if (lex_look_ahead () == '.')