mirror of
https://github.com/ksherlock/gopher.git
synced 2025-03-11 22:42:11 +00:00
optimize flags.
This commit is contained in:
parent
70e2d2d35f
commit
6bb6398107
@ -1,3 +1,5 @@
|
||||
#pragma optimize 79
|
||||
|
||||
#include "connection.h"
|
||||
#include <string.h>
|
||||
|
||||
@ -9,7 +11,6 @@ static Word LoginAndOpen(Connection *buffer)
|
||||
Word ipid;
|
||||
Word terr;
|
||||
|
||||
|
||||
ipid = TCPIPLogin(
|
||||
buffer->memID,
|
||||
buffer->dnr.DNRIPaddress,
|
||||
|
Loading…
x
Reference in New Issue
Block a user