]> git.eshelyaron.com Git - emacs.git/commit
* doc.c: conform to C89 pointer rules
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:56:00 +0000 (17:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:56:00 +0000 (17:56 -0800)
commit9eee99eb8abb35eba265327328d55d2990d5d974
treeb4a24c2888f5eddcf77d8883ae4595a4ce852f3c
parent32299e33800dc6a78754b5ac2dc0e15caea93e48
* doc.c: conform to C89 pointer rules

(get_doc_string, Fsnarf_documentation, Fsubstitute_command_keys):
Change types between char * and unsigned char *, to satisfy C89
rules about pointer type compatibility.
src/ChangeLog
src/doc.c