aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 20:51:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 20:51:08 +0200
commit7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4 (patch)
tree321fb36b59d5822905f3bc0cf0971417140e812f /src/vcal.h
parentAdd names to components of 'attr'. (diff)
downloadcalp-7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4.tar.gz
calp-7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4.tar.xz
Micro-optimizations with huge impact.
Diffstat (limited to '')
-rw-r--r--src/vcal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcal.h b/src/vcal.h
index c9a0272f..2a3ad294 100644
--- a/src/vcal.h
+++ b/src/vcal.h
@@ -80,6 +80,7 @@ struct s_vcomponent {
* vcomponent.
*/
SCM scm;
+ SCM scmtype;
};
#define FCHILD(v) FIRST_V(&(v)->components)