Mercurial > hg > octave-thorsten
comparison src/utils.h @ 5794:1138ced03f14
[project @ 2006-05-08 20:23:04 by jwe]
author | jwe |
---|---|
date | Mon, 08 May 2006 20:23:07 +0000 |
parents | 4c8a2e4e0717 |
children | e884ab4f29ee |
comparison
equal
deleted
inserted
replaced
5793:395382df0d8a | 5794:1138ced03f14 |
---|---|
63 | 63 |
64 extern const char *undo_string_escape (char c); | 64 extern const char *undo_string_escape (char c); |
65 | 65 |
66 extern std::string undo_string_escapes (const std::string& s); | 66 extern std::string undo_string_escapes (const std::string& s); |
67 | 67 |
68 extern int check_preference (const std::string& var); | |
69 | |
70 extern void | 68 extern void |
71 check_dimensions (dim_vector& dim, const char *warnfor); | 69 check_dimensions (dim_vector& dim, const char *warnfor); |
72 | 70 |
73 extern void | 71 extern void |
74 get_dimensions (const octave_value& a, const char *warn_for, | 72 get_dimensions (const octave_value& a, const char *warn_for, |