Switch to NULL-terminated array of strings
commit3f982aeb7edeca25f0b004fad14e0e461bae2ae9
authorCedric Bastoul <cedric.bastoul@u-psud.fr>
Wed, 13 Jul 2011 16:51:03 +0000 (13 18:51 +0200)
committerCedric Bastoul <cedric.bastoul@u-psud.fr>
Wed, 13 Jul 2011 16:51:03 +0000 (13 18:51 +0200)
treec60ee1ab6f169b447dbde4840bac27b5fe384679
parent4992e55c5a6c8039a1a05661211262adcad586ca
Switch to NULL-terminated array of strings
17 files changed:
doc/openscop.texi
include/Makefile.am
include/openscop/arrays.h
include/openscop/body.h
include/openscop/irregular.h
include/openscop/names.h
include/openscop/scop.h.in
include/openscop/strings.h [copied from include/openscop/arrays.h with 80% similarity]
include/openscop/util.h
source/Makefile.am
source/body.c
source/extensions/arrays.c
source/names.c
source/relation.c
source/scop.c
source/strings.c [new file with mode: 0644]
source/util.c