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:
b5dd803
)
(MTEXTPROP_START, MTEXTPROP_END, MTEXTPROP_KEY)
author
handa
<handa>
Fri, 15 Apr 2005 08:04:04 +0000
(08:04 +0000)
committer
handa
<handa>
Fri, 15 Apr 2005 08:04:04 +0000
(08:04 +0000)
(MTEXTPROP_VAL): New macros.
src/textprop.h
patch
|
blob
|
history
diff --git
a/src/textprop.h
b/src/textprop.h
index
30e75b6
..
1701707
100644
(file)
--- a/
src/textprop.h
+++ b/
src/textprop.h
@@
-50,6
+50,10
@@
struct MTextProperty
void *val;
};
+#define MTEXTPROP_START(prop) (prop)->start
+#define MTEXTPROP_END(prop) (prop)->end
+#define MTEXTPROP_KEY(prop) (prop)->key
+#define MTEXTPROP_VAL(prop) (prop)->val
extern struct MTextPlist *mtext__copy_plist (struct MTextPlist *,
int from, int to,