Index: languages/imcc/class.h
===================================================================
RCS file: /cvs/public/parrot/languages/imcc/class.h,v
retrieving revision 1.1
diff -u -r1.1 class.h
--- languages/imcc/class.h	21 Oct 2003 04:48:06 -0000	1.1
+++ languages/imcc/class.h	21 Oct 2003 12:12:55 -0000
@@ -1,22 +1,13 @@
 #ifndef __IMCC_CLASS_H
 #define __IMCC_CLASS_H
 
-typedef struct _Field {
+typedef struct _Field  Field;
 
 
-} Field;
+typedef struct _Method  Method;
 
 
-typedef struct _Method {
-
-
-} Method;
-
-
-typedef struct _Class {
-
-
-} Class;
+typedef struct _Class  Class;
 
 #endif
 
Index: languages/imcc/imclexer.c
===================================================================
RCS file: /cvs/public/parrot/languages/imcc/imclexer.c,v
retrieving revision 1.69
diff -u -r1.69 imclexer.c
--- languages/imcc/imclexer.c	21 Oct 2003 04:52:55 -0000	1.69
+++ languages/imcc/imclexer.c	21 Oct 2003 12:12:56 -0000
@@ -10,7 +10,6 @@
 #define YY_FLEX_MINOR_VERSION 5
 
 #include <stdio.h>
-#include <unistd.h>
 
 
 /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
