Add a "const" to the argument of dupstr() so that GCC doesn't complain when
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 23:39:47 +0000 (23:39 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 23:39:47 +0000 (23:39 +0000)
commit8333e399e0540063d20dd6b344f2cd09458975ef
treea448a11c5fc1a854ca8986c8b7f04bf2a3fd3b01
parente8a39bb3cabe1c56e460e337d4fbe530e3a95ae0
Add a "const" to the argument of dupstr() so that GCC doesn't complain when
we pass it a constant string.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@7218 cda61777-01e9-0310-a592-d414129be87e
halibut.h
malloc.c