diff options
| author | Greg Ercolano <erco@seriss.com> | 2012-05-26 22:51:07 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2012-05-26 22:51:07 +0000 |
| commit | 6295b803b77bed686d01cf79d4696489ce95810a (patch) | |
| tree | 320a9f04e26f20f0f382017906c333bf635d2c6b /src/flstring.h | |
| parent | f1210a7fd266292a0ab1b400a62c99e60628d3ff (diff) | |
SGI fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9549 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/flstring.h')
| -rw-r--r-- | src/flstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flstring.h b/src/flstring.h index be4991bf2..4e2d9dfe2 100644 --- a/src/flstring.h +++ b/src/flstring.h @@ -84,7 +84,7 @@ FL_EXPORT extern size_t fl_strlcpy(char *, const char *, size_t); # define strlcpy fl_strlcpy # endif /* !HAVE_STRLCPY */ -// locale independent ascii compare, does not introduce locale pbs as w/ case cmp +/* locale independent ascii compare, does not introduce locale pbs as w/ case cmp */ FL_EXPORT extern int fl_ascii_strcasecmp(const char *s, const char *t); # ifdef __cplusplus |
