comparison src/oct-stream.cc @ 7227:bf7235434a2a

[project @ 2007-11-30 16:18:46 by jwe]
author jwe
date Fri, 30 Nov 2007 16:18:46 +0000
parents cd6ceb8cbf09
children fab9bc33b949 ccf8e0410ee0
comparison
equal deleted inserted replaced
7226:a3ad66fea44a 7227:bf7235434a2a
2616 char type = elt->type; 2616 char type = elt->type;
2617 2617
2618 switch (type) 2618 switch (type)
2619 { 2619 {
2620 case 'd': case 'i': case 'c': 2620 case 'd': case 'i': case 'c':
2621 DO_DOUBLE_CONV (); 2621 DO_DOUBLE_CONV (OCTAVE_EMPTY_CPP_ARG);
2622 break; 2622 break;
2623 2623
2624 case 'o': case 'x': case 'X': case 'u': 2624 case 'o': case 'x': case 'X': case 'u':
2625 DO_DOUBLE_CONV (unsigned); 2625 DO_DOUBLE_CONV (unsigned);
2626 break; 2626 break;