]> git.neil.brown.name Git - edlib.git/commit
Mark various 'static' values as 'const'.
authorNeilBrown <neil@brown.name>
Mon, 12 Jun 2023 01:21:37 +0000 (11:21 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:40 +0000 (17:51 +1000)
commit13cd78c31d678908d277f1803ff94c9214ceb8cd
treeaac9ffef6a0e24077f64256c2d93e73677d3f872
parent550a5f2519555759b026292dadcbd10e7b28b67e
Mark various 'static' values as 'const'.

Anything that can be const now it.

 git grep -nH 'static[^(]*[=;]' | grep -v const | grep -v 'struct map'

can help find things that should be const, or maybe should put moved to
the 'editor' pane.

Signed-off-by: NeilBrown <neil@brown.name>
core-misc.c
display-ncurses.c
display-x11-xcb.c
doc-email.c
edlib.c
lang-python.c
lib-autosave.c
lib-view.c
lib-wiggle.c
lib-x11selection-xcb.c
md5.h