summaryrefslogtreecommitdiff
path: root/src/iconc/clex.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
commitf627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch)
tree708772d83a8355e25155cf233d5a9e38f8ad4d96 /src/iconc/clex.c
parent6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff)
downloadicon-upstream.tar.gz
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'src/iconc/clex.c')
-rw-r--r--src/iconc/clex.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/iconc/clex.c b/src/iconc/clex.c
deleted file mode 100644
index 8e7d657..0000000
--- a/src/iconc/clex.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * clex.c -- the lexical analyzer for iconc.
- */
-#define Iconc
-
-#include "../h/gsupport.h"
-#include "../h/lexdef.h"
-#include "ctrans.h"
-#include "ctoken.h"
-#include "ctree.h"
-#include "csym.h"
-#include "ccode.h"
-#include "cproto.h"
-
-#include "../h/parserr.h"
-#include "../common/lextab.h"
-#include "../common/yylex.h"
-#include "../common/error.h"