diff options
author | johnvg | 2016-06-06 12:50:45 +0000 |
---|---|---|
committer | johnvg | 2016-06-06 12:50:45 +0000 |
commit | 0ada834ecfcba335ec2f8c2e9defdbcf9d6ca9ca (patch) | |
tree | 4cb58af2b1ca210b74ee42fe880ea88bee8ae5d9 /backendC/CleanCompilerSources | |
parent | remove #ifdef CLEAN2 (diff) |
remove #pragma options (!macsbug_names)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2720 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r-- | backendC/CleanCompilerSources/tcsupport_2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/tcsupport_2.c b/backendC/CleanCompilerSources/tcsupport_2.c index ae57ffb..f39ae69 100644 --- a/backendC/CleanCompilerSources/tcsupport_2.c +++ b/backendC/CleanCompilerSources/tcsupport_2.c @@ -4,8 +4,6 @@ Author: Sjaak Smetsers */ -#pragma options (!macsbug_names) - #include "compiledefines.h" #include "types.t" #include "system.h" |