• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


Commit MetaInfo

Revision87517f10d3755cad8ee67c66fe513ad4a8233215 (tree)
Time2005-10-14 14:03:37
Authorekato <ekato@ff9a...>
Commiterekato

Log Message

* xim/util.h : Port r1837 from trunk.

Change Summary

Incremental Difference

--- a/xim/util.h
+++ b/xim/util.h
@@ -46,7 +46,7 @@ int pad4(int);
4646 void hex_dump(unsigned char *buf, int len);
4747
4848 // misc replacement functions
49-#ifndef HAV_ASPRINTF
49+#ifndef HAVE_ASPRINTF
5050 int asprintf(char **ptr, const char *format, ...);
5151 #endif
5252