* src/devices/grohtml/post-html.cpp: Use casts to `char *' if using
commit4b7413c1d047b3af03d6ac2c296e5c3138ab5c25
authorWerner LEMBERG <wl@gnu.org>
Tue, 3 May 2005 10:05:33 +0000 (3 10:05 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 3 May 2005 10:05:33 +0000 (3 10:05 +0000)
tree0da5967984c8c9e4704677bf0a57e31461710353
parentd6b3da2730d6af02c5ea3c847300a9ee98cedb33
* src/devices/grohtml/post-html.cpp: Use casts to `char *' if using
`a_delete' for `const char *'.

* src/devices/grohtml/post-html.cpp,
src/devices/grohtml/html-table.cpp,
src/devices/grohtml/html-text.cpp, src/devices/grohtml/output.cpp:
Replace malloc/free with new/delete/a_delete.

* src/devices/grolbp/lbp.h: Remove superfluous semicolons which
are prohibited with ANSI C++.
(lbpprintf, vdmprintf): Remove useless `inline' keyword (since the
function has a variable number of arguments).

* src/preproc/grn/main.cpp (doinput): Change return type to `int'.
Simplify function and update all callers.
ChangeLog
src/devices/grohtml/html-table.cpp
src/devices/grohtml/html-text.cpp
src/devices/grohtml/output.cpp
src/devices/grohtml/post-html.cpp
src/devices/grolbp/lbp.h
src/preproc/grn/main.cpp