chiark / gitweb /
Assorted char * -> const char * API changes.
authorSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 13:04:47 +0000 (14:04 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 Oct 2017 15:35:00 +0000 (16:35 +0100)
commit3276376d1be74b66970b88c3e941dcedf8d22474
tree573461b9f6efc036d5017700d30c9336fee6d6dd
parentb3243d75043cf1d70beb88d2a36eaebfe85c2c3f
Assorted char * -> const char * API changes.

I went through all the char * parameters and return values I could see
in puzzles.h by eye and spotted ones that surely ought to have been
const all along.
16 files changed:
combi.c
devel.but
drawing.c
emcc.c
gtk.c
midend.c
misc.c
nestedvm.c
nullfe.c
osx.m
ps.c
puzzles.h
unequal.c
unfinished/path.c
untangle.c
windows.c