summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-07 22:30:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-07 22:30:10 -0700
commit2c903943d95b6af00a4819ac03ec5f010ba91076 (patch)
treed92ac4d464fe4a4d9a179bfba8f0dced5cebc6a5 /ChangeLog
parentaf996f5191f3385769e2eb58153cc9039d0fcc28 (diff)
downloadtxr-2c903943d95b6af00a4819ac03ec5f010ba91076.tar.gz
txr-2c903943d95b6af00a4819ac03ec5f010ba91076.tar.bz2
txr-2c903943d95b6af00a4819ac03ec5f010ba91076.zip
C++ static forward issue.
* lib.h (static_forward, static_def): New macros for dealing with C++ static forward declaration problem. * syslog.c (syslog_strm_ops): Use static forward macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 216038b4..7ddfd2e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+ C++ static forward issue.
+
+ * lib.h (static_forward, static_def): New macros
+ for dealing with C++ static forward declaration problem.
+
+ * syslog.c (syslog_strm_ops): Use static
+ forward macros.
+
+2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+
C++ upkeep: resolve multiple definitions of fun_k.
* eval.c (fun_k): Global definition removed.