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
b7ead32c
Commit
b7ead32c
authored
Apr 20, 2004
by
Ronny Wichers Schreur
🏢
Browse files
added ')' to #ifdef to fix syntax error
parent
cc6aa644
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/scanner_2.c
View file @
b7ead32c
...
...
@@ -26,7 +26,7 @@
# include "scanner.h"
# include "sizes.h"
# if (defined (__MWERKS__) || defined (__MRC__) || (defined (GNU_C) && defined (_MAC_)) && !defined _WINDOWS_
/* && !defined (MAKE_MPW_TOOL) */
# if (defined (__MWERKS__) || defined (__MRC__) || (defined (GNU_C) && defined (_MAC_))
)
&& !defined _WINDOWS_
/* && !defined (MAKE_MPW_TOOL) */
# define CACHE_DCL_FILES
# define CACHE_INLINE_FILES
# else
...
...
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