line-map.h (source_location): Remove obsolete comment mentioning location_s.
2010-10-19 Basile Starynkevitch <basile@starynkevitch.net> * line-map.h (source_location): Remove obsolete comment mentioning location_s. From-SVN: r165680
This commit is contained in:
parent
c512a6a0e6
commit
078419c9c3
@ -1,3 +1,7 @@
|
|||||||
|
2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
|
||||||
|
* line-map.h (source_location): Remove obsolete comment
|
||||||
|
mentioning location_s.
|
||||||
|
|
||||||
2010-09-29 Kai Tietz <kai.tietz@onevision.com>
|
2010-09-29 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
PR preprocessor/45362
|
PR preprocessor/45362
|
||||||
|
@ -39,8 +39,6 @@ enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME, LC_RENAME_VERBATIM};
|
|||||||
typedef unsigned int linenum_type;
|
typedef unsigned int linenum_type;
|
||||||
|
|
||||||
/* A logical line/column number, i.e. an "index" into a line_map. */
|
/* A logical line/column number, i.e. an "index" into a line_map. */
|
||||||
/* Long-term, we want to use this to replace struct location_s (in input.h),
|
|
||||||
and effectively typedef source_location location_t. */
|
|
||||||
typedef unsigned int source_location;
|
typedef unsigned int source_location;
|
||||||
|
|
||||||
/* Memory allocation function typedef. Works like xrealloc. */
|
/* Memory allocation function typedef. Works like xrealloc. */
|
||||||
|
Loading…
Reference in New Issue
Block a user