aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-01 09:41:36 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-01 09:41:36 +0000
commit749d00f331056b34906a273da60f5859a933b3a9 (patch)
tree82652bb545d3933510f83fe85412e8912014c968 /Makefile.nmake
parentd24c2bc5b9a6c3fb2dc7aac3d9e864ab607fc384 (diff)
Put in a portability note telling people to use "strchr()" and
"strrchr()", not "index()" and "rindex()"; MSVC++ doesn't declare "index()" or "rindex()" if you include <string.h>, and they're non-standard routines (the ANSI C names for those functions are "strchr()" and "strrchr()"). Add a bit more to the other portability note on the topic of non-standard vs. ANSI standard functions. svn path=/trunk/; revision=6539
Diffstat (limited to 'Makefile.nmake')
0 files changed, 0 insertions, 0 deletions