diff options
| author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-03-07 22:21:27 +0000 |
|---|---|---|
| committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-03-07 22:21:27 +0000 |
| commit | 8ed1d0e1366a64931fef6ce8bd0569ec36a206a5 (patch) | |
| tree | d280913ac1cbdff722d539a3f2f027cbe8ed4f5d /compiler/version.pas | |
| parent | 4a1160d6e5ff079e9c74e76ec3457435db8439c4 (diff) | |
| download | fpc-8ed1d0e1366a64931fef6ce8bd0569ec36a206a5.tar.gz | |
ifdef cpu86 replaced with ifdef cpui386
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/i8086@23709 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/version.pas')
| -rw-r--r-- | compiler/version.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/version.pas b/compiler/version.pas index 2d8198405a..f51fcde36a 100644 --- a/compiler/version.pas +++ b/compiler/version.pas @@ -41,9 +41,9 @@ interface date_string = {$I %DATE%}; { source cpu string } -{$ifdef cpu86} +{$ifdef cpui386} source_cpu_string = 'i386'; -{$endif cpu86} +{$endif cpui386} {$ifdef cpupowerpc32} source_cpu_string = 'powerpc'; {$endif cpupowerpc32} |
