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