diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:34:32 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:34:32 -0500 |
commit | 221921aec474e17fe91d6ec32bf53761a70857b4 (patch) | |
tree | ea66f5e1a09905550d636c544e022c313cb18965 /data.c | |
parent | 55f277e77428d7423ae906a8e1f1324d35b07a7d (diff) |
fix linker errors
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1313,3 +1313,8 @@ double r; /* end of MIRANDA DATA REPRESENTATIONS */ +word current_file; +word files; +word *hd,*tl; +char *tag; + |