]> git.sur5r.net Git - cc65/blobdiff - src/ld65/fragment.c
New module strstack
[cc65] / src / ld65 / fragment.c
index 19cf95311c780845a12892fb2c26fd9d2501198c..3f543b33d17f64212248d443b19cd3427368076d 100644 (file)
 
 
 /* common */
-#include "segdefs.h"
+#include "fragdefs.h"
 #include "xmalloc.h"
 
 /* ld65 */
-#include "segments.h"
+#include "error.h"
 #include "fragment.h"
+#include "segments.h"
 
 
 
@@ -72,7 +73,6 @@ Fragment* NewFragment (unsigned char Type, unsigned Size, Section* S)
     F->Expr      = 0;
     InitFilePos (&F->Pos);
     F->LI        = 0;
-    F->Check     = 0;
     F->Type      = Type;
 
     /* Insert the code fragment into the section */