Replace strdup function by osl_util_strdup function or OSL_strdup macro
commit0f3266292c7456f017bfe8e638d919c288f28737
authorLnc <hnc@singularity.fr>
Sat, 2 Nov 2013 12:51:48 +0000 (2 13:51 +0100)
committerLnc <hnc@singularity.fr>
Sat, 2 Nov 2013 12:52:18 +0000 (2 13:52 +0100)
treee6fabd3dbcc75436a15f267ee2b3e1897b9511e5
parentbeeef6cf937b26befaac17179e9a35512c7c284d
Replace strdup function by osl_util_strdup function or OSL_strdup macro
strdup function is not standardized
Fix the warning: "implicit declaration of function 'strdup'"
19 files changed:
include/osl/macros.h
include/osl/util.h
source/body.c
source/extensions/arrays.c
source/extensions/clay.c
source/extensions/comment.c
source/extensions/coordinates.c
source/extensions/dependence.c
source/extensions/extbody.c
source/extensions/irregular.c
source/extensions/loop.c
source/extensions/null.c
source/extensions/scatnames.c
source/extensions/symbols.c
source/extensions/textual.c
source/relation.c
source/scop.c
source/strings.c
source/util.c