Convert to C90.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-08-07 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* internal.h (Nlm_Internal_Custom_Header): Replace PTR with void *.
|
||||
|
||||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* common.h (NLM_CAT, NLM_CAT3): Don't define.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* NLM (NetWare Loadable Module) support for BFD.
|
||||
Copyright 1993, 1994 Free Software Foundation, Inc.
|
||||
Copyright 1993, 1994, 2003 Free Software Foundation, Inc.
|
||||
|
||||
Written by Fred Fish @ Cygnus Support.
|
||||
|
||||
@@ -282,7 +282,7 @@ typedef struct nlm_internal_custom_header
|
||||
file_ptr dataOffset;
|
||||
bfd_size_type dataLength;
|
||||
char dataStamp[8];
|
||||
PTR hdr;
|
||||
void *hdr;
|
||||
} Nlm_Internal_Custom_Header;
|
||||
|
||||
#define nlm32_internal_custom_header nlm_internal_custom_header
|
||||
|
Reference in New Issue
Block a user