outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.
[platform/upstream/nasm.git] / rdoff / segtab.h
index b5d96fa..7e8e193 100644 (file)
@@ -4,4 +4,3 @@ void init_seglocations(segtab * r);
 void add_seglocation(segtab * r, int localseg, int destseg, long offset);
 int get_seglocation(segtab * r, int localseg, int * destseg, long * offset);
 void done_seglocations(segtab * r);
-