Summary: | Decline C++ style pointer notation | ||
---|---|---|---|
Product: | UIM | Reporter: | YamaKen <yamaken> |
Component: | libuim | Assignee: | uim-bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | trivial | ||
Priority: | low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 7164 |
Description
YamaKen
2004-09-27 15:10:01 UTC
I checked gtk-im-uim.c and uim-candwin-gtk.c and fixed 1 'gchar*' style definition. (See rev1569) Now I think all C++ style pointer notation is fixed in Gtk+ related code. Could I close this bug? Not yet. I've checked it by following command. $ find . \( -name '*.c' -or -name '*.cpp' -or -name '*.h' \) -exec egrep -H '[_a-zA-Z0-9]\*\b' {} \; Oops, the previous command is wrong. $ find . \( -name '*.c' -or -name '*.cpp' -or -name '*.h' \) -exec egrep -H '[_a-zA-Z0-9]\*' {} \; I'm not edit .cpp files, but I fixed all C++ style pointer notations from .c files. Slow down and check double. There are many C++ style notations. Finished in r4780. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.