From: Paul Eggert Date: Wed, 11 Dec 2002 06:37:17 +0000 (+0000) Subject: (muscle_entry_t): Remove; moved to muscle_tab.c and renamed to muscle_entry. X-Git-Tag: BISON-1_875~125 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/2b5ff972bf1e77f1b174345ce0e9500d639c326b (muscle_entry_t): Remove; moved to muscle_tab.c and renamed to muscle_entry. --- diff --git a/src/muscle_tab.h b/src/muscle_tab.h index f15e005c..35038c78 100644 --- a/src/muscle_tab.h +++ b/src/muscle_tab.h @@ -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);