summaryrefslogtreecommitdiff
path: root/rdoff/ldrdf.c
blob: d9aac2ff70a2e19fa669ad54495df5812d8f1b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
***************
*** 29,42 ****
  #include <stdlib.h>
  #include <string.h>
  
  #include "rdoff.h"
  #include "symtab.h"
  #include "collectn.h"
  #include "rdlib.h"
  #include "segtab.h"
- #include "multboot.h"
  
- #define LDRDF_VERSION "1.01 alpha 2"
  
  #define RDF_MAXSEGS 64
  /* #define STINGY_MEMORY */
--- 29,42 ----
  #include <stdlib.h>
  #include <string.h>
  
+ #include "multboot.h"
  #include "rdoff.h"
  #include "symtab.h"
  #include "collectn.h"
  #include "rdlib.h"
  #include "segtab.h"
  
+ #define LDRDF_VERSION "1.02"
  
  #define RDF_MAXSEGS 64
  /* #define STINGY_MEMORY */