summaryrefslogtreecommitdiff
path: root/compiler/systems/i_nwl.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/i_nwl.pas')
-rw-r--r--compiler/systems/i_nwl.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/i_nwl.pas b/compiler/systems/i_nwl.pas
index 17d28947dd..5264094cbe 100644
--- a/compiler/systems/i_nwl.pas
+++ b/compiler/systems/i_nwl.pas
@@ -94,9 +94,9 @@ unit i_nwl;
implementation
initialization
-{$ifdef CPU86}
+{$ifdef CPUI386}
{$ifdef netwlibc}
set_source_info(system_i386_netwlibc_info);
{$endif netwlibc}
-{$endif CPU86}
+{$endif CPUI386}
end.