comparison src/strfns.cc @ 7528:26d8a92644de

try to avoid ctype macro problems
author John W. Eaton <jwe@octave.org>
date Mon, 25 Feb 2008 15:57:49 -0500
parents a1dbe9d80eee
children 349a555729a9
comparison
equal deleted inserted replaced
7527:d219e712c20e 7528:26d8a92644de
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cctype> 28 #include <cctype>
29
29 #include <sstream> 30 #include <sstream>
30 31
31 #include "dMatrix.h" 32 #include "dMatrix.h"
32 33
33 #include "Cell.h" 34 #include "Cell.h"