mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
(muscle_entry_t): Remove; moved to muscle_tab.c and renamed to muscle_entry.
This commit is contained in:
@@ -21,12 +21,6 @@
|
||||
#ifndef MUSCLE_TAB_H_
|
||||
# define MUSCLE_TAB_H_
|
||||
|
||||
typedef struct muscle_entry_s
|
||||
{
|
||||
const char *key;
|
||||
char *value;
|
||||
} muscle_entry_t;
|
||||
|
||||
void muscle_init (void);
|
||||
void muscle_insert (const char *key, char *value);
|
||||
char *muscle_find (const char *key);
|
||||
|
||||
Reference in New Issue
Block a user