Subversion Repositories wimsdev

Rev

Rev 18609 | Rev 18642 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18609 Rev 18635
Line 158... Line 158...
158
 break;
158
 break;
159
 
159
 
160
 case 55:temp_reply_format = 2;fprintf(js_include_file,"parallelograms(x,y,0,0);");break;
160
 case 55:temp_reply_format = 2;fprintf(js_include_file,"parallelograms(x,y,0,0);");break;
161
 case 56:temp_reply_format = 2;fprintf(js_include_file,"parallelograms(x,y,0,1);");break;
161
 case 56:temp_reply_format = 2;fprintf(js_include_file,"parallelograms(x,y,0,1);");break;
162
 case 57 ... 58:
162
 case 57 ... 58:
163
 fprintf(stdout,"functions num = %d;",(int) (draw_type[9]-'0')); /* functions4 == 9*/
163
 // fprintf(stdout,"functions num = %d;",(int) (draw_type[9]-'0'));*/ /* functions4 == 9
164
 if(reply_format == 0 || reply_format != -1){reply_format = 24;}
164
 if(reply_format == 0 || reply_format != -1){reply_format = 24;}
165
 break;
165
 break;
166
 
166
 
167
}
167
}
168
fprintf(js_include_file," return;};");
168
fprintf(js_include_file," return;};");