summaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index 823a4f2..8ac6dda 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -586,6 +586,9 @@ namespace
for (include_map::iterator i (imap.begin ()), e (imap.end ()); i != e; ++i)
{
+ // Note that the LAST_SOURCE_LINE value of a map that includes another
+ // map is the line of that include.
+
/*
cerr << endl
<< i->first << " included from" << endl;