diff options
Diffstat (limited to 'libcpp/include/line-map.h')
-rw-r--r-- | libcpp/include/line-map.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h index 86a33f1..27aa094 100644 --- a/libcpp/include/line-map.h +++ b/libcpp/include/line-map.h @@ -113,7 +113,9 @@ typedef unsigned int linenum_type; ... | | 0xffffffff | UINT_MAX | -----------+-------------------------------+------------------------------- - . */ + + To see how this works in practice, see the worked example in + libcpp/location-example.txt. */ typedef unsigned int source_location; /* Memory allocation function typedef. Works like xrealloc. */ |