forked from Imagelibrary/binutils-gdb
* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-06-27 Wu Zhou <woodzltc@cn.ibm.com>
|
||||||
|
|
||||||
|
* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
|
||||||
|
|
||||||
2005-06-25 Mark Kettenis <kettenis@gnu.org>
|
2005-06-25 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* sol-thread.c (sol_thread_xfer_memory): Change type of second
|
* sol-thread.c (sol_thread_xfer_memory): Change type of second
|
||||||
|
|||||||
@@ -684,7 +684,7 @@ create_range_type (struct type *result_type, struct type *index_type,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
|
/* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
|
||||||
Return 1 of type is a range type, 0 if it is discrete (and bounds
|
Return 1 if type is a range type, 0 if it is discrete (and bounds
|
||||||
will fit in LONGEST), or -1 otherwise. */
|
will fit in LONGEST), or -1 otherwise. */
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
Reference in New Issue
Block a user