comparison src/pt-mat.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents d14c483b3c12
children 1d8d6429396a
comparison
equal deleted inserted replaced
3522:bd422cf62f0c 3523:b80bbb43a1a9
583 static int 583 static int
584 string_fill_char (void) 584 string_fill_char (void)
585 { 585 {
586 int status = 0; 586 int status = 0;
587 587
588 string s = builtin_string_variable ("string_fill_char"); 588 std::string s = builtin_string_variable ("string_fill_char");
589 589
590 switch (s.length ()) 590 switch (s.length ())
591 { 591 {
592 case 1: 592 case 1:
593 Vstring_fill_char = s[0]; 593 Vstring_fill_char = s[0];