Project

General

Profile

« Previous | Next » 

Revision 1fdaa066

Added by k0kubun (Takashi Kokubun) over 2 years ago

Fix a warning on typedef

../gc.c:13317:1: warning: ‘typedef’ is not at beginning of declaration [-Wold-style-declaration]
13317 | } typedef weakkeymap_entry_t;
| ^