projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d13d4
)
(enum MDebugFlag): Delete MDEBUG_FONT_OTF, change
author
handa
<handa>
Thu, 13 Dec 2007 11:44:12 +0000
(11:44 +0000)
committer
handa
<handa>
Thu, 13 Dec 2007 11:44:12 +0000
(11:44 +0000)
MDEBUG_FONT_FLT to MDEBUG_FLT.
src/internal.h
patch
|
blob
|
history
diff --git
a/src/internal.h
b/src/internal.h
index
dd59fa6
..
7839270
100644
(file)
--- a/
src/internal.h
+++ b/
src/internal.h
@@
-548,8
+548,7
@@
enum MDebugFlag
MDEBUG_CODING,
MDEBUG_DATABASE,
MDEBUG_FONT,
- MDEBUG_FONT_FLT,
- MDEBUG_FONT_OTF,
+ MDEBUG_FLT,
MDEBUG_INPUT,
MDEBUG_ALL,
MDEBUG_MAX = MDEBUG_ALL