mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-02 10:16:19 +02:00
* tags.h (scm_tags): Removed comma at end of last enumerator.
This commit is contained in:
parent
70d4fe698a
commit
4816f61591
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ typedef long SCM;
|
||||||
enum scm_tags
|
enum scm_tags
|
||||||
{
|
{
|
||||||
scm_tc8_char = 0xf4,
|
scm_tc8_char = 0xf4,
|
||||||
scm_tc8_iloc = 0xfc,
|
scm_tc8_iloc = 0xfc
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SCM_ITAG8(X) ((int)(X) & 0xff)
|
#define SCM_ITAG8(X) ((int)(X) & 0xff)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue