correct #ifdef 0

This commit is contained in:
Mario Fetka 2024-05-27 18:48:58 +02:00
parent 7569644110
commit 06133fd0e4

View File

@ -28,7 +28,7 @@
#include "pmachine-conf.h" /* lucb */ #include "pmachine-conf.h" /* lucb */
#ifdef 0 /* lucb */ #if 0 /* lucb */
#define P_MACHINE_TYPE "SUN" #define P_MACHINE_TYPE "SUN"
#define SUN #define SUN
#endif #endif
@ -44,7 +44,7 @@
* include/pmachine.h, lib/pcompat/opendir.c, lib/pcompat/readdir.c * include/pmachine.h, lib/pcompat/opendir.c, lib/pcompat/readdir.c
*/ */
#ifdef 0 /* lucb */ #if 0 /* lucb */
#define P_OS_TYPE "SUNOS" #define P_OS_TYPE "SUNOS"
#define SUNOS #define SUNOS
#endif #endif