OSDN Git Service

* Fixed bug
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sun, 16 Mar 2008 15:32:13 +0000 (15:32 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sun, 16 Mar 2008 15:32:13 +0000 (15:32 +0000)
commitcf1ccdd392bbb40b572143f0344e63af3a05fd84
tree6610f6453b0ca702f68f6803c91f6e671d7ba918
parent303ecb0832e174b42aa3b88449be1fb25b581df8
  * Fixed bug
    - Using AC_FUNC_MALLOC by mistake.
      AC_FUNC_MALLOC is neatly used because it is too good though
      it is not necessary.
      AC_FUNC_MALLOC reacts for CentOS due to the bug of autoconf2.59.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1880 1a406e8e-add9-4483-a2c8-d8cac5b7c224
src/malloc.c [new file with mode: 0644]
src/qs_parse_string.c