mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
since it wasn't used; only the typedef name 'semantic_type' is needed. Also, omit trailing white space.
This commit is contained in:
@@ -44,9 +44,9 @@ typedef struct
|
||||
static inline void
|
||||
boundary_set (boundary *b, const char *f, int l, int c)
|
||||
{
|
||||
b->file = f;
|
||||
b->line = l;
|
||||
b->column = c;
|
||||
b->file = f;
|
||||
b->line = l;
|
||||
b->column = c;
|
||||
}
|
||||
|
||||
/* Return nonzero if A and B are equal boundaries. */
|
||||
|
||||
Reference in New Issue
Block a user