Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
89a8d39b
Commit
89a8d39b
authored
May 15, 2001
by
clean
Browse files
commit from pc after merge on mac (not tested)
parent
34e38a46
Changes
2
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/system.h
View file @
89a8d39b
...
...
@@ -6,13 +6,15 @@
*/
#define _SYSTEM_
#undef _WINDOWS_
#if defined (applec) || (defined (__MWERKS__) && !defined (_WINDOWS_)) || defined (__MRC__)
#if defined (__MWERKS__) && defined (_X86_)
# define _WINDOWS_
#endif
#if defined (applec) || (defined (__MWERKS__) && !defined (_X86_)) || defined (__MRC__)
# define _MAC_
# define _STANDALONE_
#define __ppc__
# define __ppc__
#elif defined (THINK_C)
# define _MACUSER_
...
...
backendC/CleanCompilerSources/types.t
View file @
89a8d39b
...
...
@@ -2,9 +2,11 @@
#if !defined (_THE__TYPES_)
#define _THE__TYPES_
#undef _WINDOWS_
#if defined (__MWERKS__) && defined (_X86_)
# define _WINDOWS_
#endif
#if (defined (__MWERKS__) && !defined (_
WINDOWS
_)) || defined (__MRC__)
#if (defined (__MWERKS__) && !defined (_
X86
_)) || defined (__MRC__)
# define POWER 1
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment