Skip to content
Snippets Groups Projects
Commit a5412829 authored by rswindell's avatar rswindell
Browse files

Got rid of the anonymous union, not supported by older gcc.

parent f6127d66
No related branches found
No related tags found
No related merge requests found
......@@ -551,14 +551,8 @@ typedef struct { // Message
*ftn_flags, // FTN FLAGS
*ftn_msgid, // FTN MSGID
*ftn_reply; // FTN REPLY
union {
char* summary; // Summary
char* description; // (or file description)
};
union {
char* subj; // Subject
char* name; // (or filename)
};
char* summary; // Summary
char* subj; // Subject
ushort to_agent, // Type of agent message is to
from_agent, // Type of agent message is from
replyto_agent; // Type of agent replies should be sent to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment