diff options
author | johnvg | 2001-12-12 14:10:11 +0000 |
---|---|---|
committer | johnvg | 2001-12-12 14:10:11 +0000 |
commit | fa042c7860cca0c8d07571bf6503bfec5d67fffa (patch) | |
tree | 7f779ab613fa54188ea6d0292972ab2717642d96 /backendC/CleanCompilerSources/macros_2.c | |
parent | pass SymbIdent instead of Ident to requirements_of_args to (diff) |
remove macros_2.c, checktypedefs_2.c, macros.h and checktypedefs.h
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@924 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/macros_2.c')
-rw-r--r-- | backendC/CleanCompilerSources/macros_2.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/backendC/CleanCompilerSources/macros_2.c b/backendC/CleanCompilerSources/macros_2.c deleted file mode 100644 index a7b974a..0000000 --- a/backendC/CleanCompilerSources/macros_2.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - File: macros.c - Author: John van Groningen -*/ - -#include "compiledefines.h" -#include "types.t" -#include "types.t" -#include "system.h" -#include "syntaxtr.t" -#include "comsupport.h" -#include "sizes.h" -#include "buildtree.h" -#include "checksupport.h" -#include "macros.h" -#include "checktypedefs.h" - -struct local_def *free_ldefs; |