comparison src/print.c @ 5420:b9167d522a9a

Rebase with 21.5 trunk.
author Mats Lidell <matsl@xemacs.org>
date Thu, 28 Oct 2010 23:53:24 +0200
parents 308d34e9f07d 2474dce7304e
children 58b38d5b32d0
comparison
equal deleted inserted replaced
5419:eaf01113cd42 5420:b9167d522a9a
1335 { 1335 {
1336 *p++ = '0'; 1336 *p++ = '0';
1337 } 1337 }
1338 } 1338 }
1339 } 1339 }
1340
1341 if (!seen_high_order)
1342 {
1343 *p++ = '0';
1344 }
1345
1340 *p = '\0'; 1346 *p = '\0';
1341 } 1347 }
1342 1348
1343 static void 1349 static void
1344 print_vector_internal (const char *start, const char *end, 1350 print_vector_internal (const char *start, const char *end,