debugging
This commit is contained in:
parent
c619cc2cb9
commit
b4135f04f1
3 changed files with 13 additions and 10 deletions
|
|
@ -38,9 +38,9 @@ rcv(void)
|
|||
static int i = 0;
|
||||
static int errs = 0;
|
||||
|
||||
if(0) print("rcv in\n");
|
||||
if(protodebug) print("rcv in\n");
|
||||
while((c=rcvchar()) != -1){
|
||||
if(0) print(".");
|
||||
if(protodebug) print(".");
|
||||
switch(state){
|
||||
case 0:
|
||||
h.type = c;
|
||||
|
|
@ -81,10 +81,10 @@ if(0) print(".");
|
|||
}
|
||||
break;
|
||||
}
|
||||
if(0) print(":");
|
||||
if(protodebug) print(":");
|
||||
}
|
||||
|
||||
if(0) print("rcv out\n");
|
||||
if(protodebug) print("rcv out\n");
|
||||
}
|
||||
|
||||
Text *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue